FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist

This commit is contained in:
Progi1984 2014-03-02 20:07:05 +01:00
parent 45cab00eff
commit 156775655b
1 changed files with 2 additions and 2 deletions

View File

@ -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>