When I attempt to run PHPUnit, all tests are skipped immediately - there is no error or anything. Can someone point me in the right direction?
[vagrant@vagrant s
I finally found this (searching for "skipped all tests" didn't return this result apparently)
PHPUnit :: get message: OK, but incomplete or skipped tests! without any information where is happen
Which suggests I use phpunit --verbose
and got the following messages for each test case:
Could not connect to the Selenium Server on localhost:4444.
So I guess that's where my problem lies now.