Victor Moreira
Victor Moreira

Reputation: 89

Error tests Codeception PhpStorm and Docker

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

enter image description here

enter image description here

Upvotes: 3

Views: 863

Answers (0)

Related Questions