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"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="bootstrap.php"
|
||||
bootstrap="./Tests/bootstrap.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
|
|
@ -18,4 +18,4 @@
|
|||
<directory suffix=".php">../Classes</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
|
|
|||
Loading…
Reference in New Issue