Reputation: 306
I am getting the error, all of the sudden, that the test directory specified in phpunit.xml config file is not found; I can see that it is interpreting the period literally instead of "the current directory":
[docker-compose://[/Users/jordan/git/jj/docker-compose.yml]:apache/]:php /var/www/html/restapp/vendor/phpunit/phpunit/phpunit --bootstrap /var/www/html/restapp/rest/bootstrap.php --configuration /var/www/html/restapp/rest/phpunit.xml --teamcity
Test directory "/var/www/html/restapp/rest/tests/./internal/marking" not found
^ start of path in <directory>
Why is it trying to interpret the period literally? What have I changed all the sudden that has stopped it from working?
Upvotes: 1
Views: 895
Reputation: 11829
Test configuration in PhpStorm is not configured properly. Check out screenshots.
Upvotes: 2