laravel phpunit单元测试总结
测试指定的测试文件中的 测试方法
php ./vendor/phpunit/phpunit/phpunit --filter testBasicT1est ./tests/Feature/ExampleTest.php
代表测试的是 /tests/Feature/ExampleTest.php 这个文件中的 testBasicT1est 这个方法
测试指定的测试文件中的 测试方法
php ./vendor/phpunit/phpunit/phpunit --filter testBasicT1est ./tests/Feature/ExampleTest.php
代表测试的是 /tests/Feature/ExampleTest.php 这个文件中的 testBasicT1est 这个方法