Fatal error: Command failed: PHP Warning: require(/media/WIP/redaxscript/vendor/phpunit/phpunit/tests/../vendor/autoload.php): failed to open stream: No such file or directory in /media/WIP/redaxscript/vendor/phpunit/phpunit/tests/bootstrap.php on line 2
It seems that PHPUnit is loading its own bootstrap.php located in my vendor folder.
What works:
bootstrap: 'tests/Bootstrap.php'
bootstrap: 'tests/bootstrap_.php'
bootstrap: './tests/bootstrap.php'
Maby this is an issue of PHPUnit itself, I have no idea.
Hello, I found an issue with the bootstrap option:
What seems not to work with my bootstrap file located in the tests folder:
Fatal error: Command failed: PHP Warning: require(/media/WIP/redaxscript/vendor/phpunit/phpunit/tests/../vendor/autoload.php): failed to open stream: No such file or directory in /media/WIP/redaxscript/vendor/phpunit/phpunit/tests/bootstrap.php on line 2
It seems that PHPUnit is loading its own bootstrap.php located in my vendor folder.
What works:
bootstrap: 'tests/Bootstrap.php'
bootstrap: 'tests/bootstrap_.php'
bootstrap: './tests/bootstrap.php'
Maby this is an issue of PHPUnit itself, I have no idea.