
I’m trying to connect my PhpStorm debugger with PHPUnit. I’m using Docker env and inside docker PHPUnit is working properly. Problem is when I click on "tests" directory PPM -> Run test I got this: [docker://environment_php_8_fpm:latest/]:php /opt/.phpstorm_helpers/phpunit.php –no-configuration /opt/project/src/tests Testing started at 16:19 … The value of autoloader is specified, but file doesn’t exist ‘/home/kuba/Work/CodeProjects/advertisement-crawler/src/vendor/autoload.php’ ..