This commit is contained in:
Simon Vieille 2015-03-11 20:58:53 +01:00
commit 96c829967f
3 changed files with 5 additions and 25 deletions

View file

@ -8,11 +8,11 @@
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false"
bootstrap = "./tests/bootstrap.php" >
bootstrap = "vendor/autoload.php" >
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/*</directory>
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>