Level 102
Most likely lower case t in tests
vendor/bin/phpunit tests/Unit/ProductTest.php
1 like
Can someone explain this?
This fails
vendor/bin/phpunit Tests/Unit/ProductTest.php
// Cannot open file "/tests/unit/ProductTest.php"
This works
vendor/bin/phpunit --filter testAProductHasName
Most likely lower case t in tests
vendor/bin/phpunit tests/Unit/ProductTest.php
Please or to participate in this conversation.