You should only fix the basePath problem: instead:
C:\Program Files (x86)\Zend\Apache2\Program Files (x86)\Zend\Apache2\htdocs\project1\vendor\phpunit\phpunit\PHPUnit\TextUI\Command.php
it should be like this: C:\Program Files (x86)\Zend\Apache2\htdocs\project1\vendor\phpunit\phpunit\PHPUnit\TextUI\Command.php
You should go and read line 150 of composer\ClassLoader.php and, if possible, add some echo or var_dump to debug and view the contents of the variables used there, indicating the wrong path.
Mehdi Karamosly Dec 17 '12 at 21:26 2012-12-17 21:26
source share