I cannot get any test to run, there are also no errors.
I downloaded phpunit
and moved it to /usr/local/bin
.
I did not do any config change on my fresh laravel installation.
cd
to my laravel root directory. phpunit --version
gives PHPUnit 4.0.12
There is an laravel example test located at /Applications/MAMP/htdocs/survey-backend/app/tests/ExampleTest.php
.
Now, running tests with: phpunit
outputs only:
Configuration read from /Applications/MAMP/htdocs/survey-backend/phpunit.xml
Why is the test not being executed?