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?
phpunit --debugto see if it picks up the test. Only other thing worth checking is that you've runcomposer updateand the autoload files have been generated correctly.die()orexit(), and check your PHP CLI log for out of memory errors.composer. Is there any config needed? I will runupdateanddebuglater. There is no other test file but the example test file by laravel.composer? I only installed phpunit and nothing more.phpunit --debuggivesConfiguration read from /Applications/MAMP/htdocs/survey-backend/phpunit.xml Starting test 'ExampleTest::testBasicExample'.. But there is no result.