Reputation: 89
I'm new to testing and I'm doing the test setup with Codeception, PHP, Docker in PhpStorm.
I am having an error when I run my tests. It appears to be something in the phpstorm_helpers container that is created by the IDE at run time.
Follow the error below and my settings.
Fatal error: require_once(): Failed opening required '/usr/src/myapp/vendor/bin/autoload.php' (include_path='.:/usr/local/lib/php') in /opt/.phpstorm_helpers/codeception.php on line 30
Upvotes: 3
Views: 863