Path corrections in the phpunit.xml file.

This commit is contained in:
alext 2018-03-29 14:55:14 +02:00
parent 76daf6db01
commit 271652c2b7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
bootstrap="test/php/bootstrap.php"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
@ -25,7 +25,7 @@
verbose="false">
<filter>
<whitelist>
<directory suffix=".php">../src/engine</directory>
<directory suffix=".php">src/engine</directory>
</whitelist>
</filter>