This commit is contained in:
Simon Vieille 2015-03-17 17:54:50 +01:00
commit cce1ff1309
4 changed files with 165 additions and 0 deletions

18
phpunit.xml Normal file
View file

@ -0,0 +1,18 @@
<phpunit
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false"
bootstrap = "vendor/autoload.php" >
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>