FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist
This commit is contained in:
parent
45cab00eff
commit
156775655b
|
|
@ -1,6 +1,6 @@
|
||||||
<phpunit backupGlobals="false"
|
<phpunit backupGlobals="false"
|
||||||
backupStaticAttributes="false"
|
backupStaticAttributes="false"
|
||||||
bootstrap="bootstrap.php"
|
bootstrap="./Tests/bootstrap.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
convertErrorsToExceptions="true"
|
convertErrorsToExceptions="true"
|
||||||
convertNoticesToExceptions="true"
|
convertNoticesToExceptions="true"
|
||||||
|
|
@ -18,4 +18,4 @@
|
||||||
<directory suffix=".php">../Classes</directory>
|
<directory suffix=".php">../Classes</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue