Jordan
Jordan

Reputation: 306

PHPUnit Test Directory "..." not found: interpreting "." literally instead of current directory?

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

Answers (1)

cetver
cetver

Reputation: 11829

Test configuration in PhpStorm is not configured properly. Check out screenshots.

2

1

Upvotes: 2

Related Questions