phpunit in symfony2 - No tests executed
问题 Solved - see answer below I have a problem. I'm trying to test some functional tests with phpunit. The problem is that when i use phpunit -c app in command prompt I get No tests executed! . It seems that the path to my application is not right. I tried to change the path in my phpunit.xml.dist . I changed it many times, but the "guess" standard code seems to be the best, <directory>../src/*/*Bundle/Tests</directory> <directory>../src/*/Bundle/*Bundle/Tests</directory> Those links doesn't seem