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"
|
||||
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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue