哪里是寻找Laravel单元测试的好地方?与此类似:Good Cucumber examples in the wild?,但用于幼虫。我知道有很多例子,但我正在寻找基于真实项目的真实测试。
发布于 2014-09-19 04:05:38
您可以查看Laravel自己的测试套件,它非常广泛,并且基于PHPUnit。参见https://github.com/laravel/framework/tree/master/tests。
https://stackoverflow.com/questions/25210463
复制相似问题