forked from mirrors/easyappointments
Path corrections in the phpunit.xml file.
This commit is contained in:
parent
76daf6db01
commit
271652c2b7
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
|
||||||
backupGlobals="true"
|
backupGlobals="true"
|
||||||
backupStaticAttributes="false"
|
backupStaticAttributes="false"
|
||||||
bootstrap="bootstrap.php"
|
bootstrap="test/php/bootstrap.php"
|
||||||
cacheTokens="false"
|
cacheTokens="false"
|
||||||
colors="false"
|
colors="false"
|
||||||
convertErrorsToExceptions="true"
|
convertErrorsToExceptions="true"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
verbose="false">
|
verbose="false">
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory suffix=".php">../src/engine</directory>
|
<directory suffix=".php">src/engine</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue