1
votes

This is my complete error message:

Warning: require_once(PHPUnit/Autoload.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 49

Fatal error: require_once(): Failed opening required 'PHPUnit/Autoload.php' (include_path='.:') in /usr/bin/phpunit on line 49

I am using MacOsX10.8 and MAMP. I get this Warning running "./bin/behat ..." in a Symfon2.3 application.

Any suggestion?

1

1 Answers

1
votes

Do it for the file being called on line 49

First check whether the file exist. Next Check for read permissions on that file and its folders