csv/phpunit.xml

19 lines
576 B
XML
Raw Normal View History

2015-03-09 20:05:36 +01:00
<phpunit
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false"
bootstrap = "./tests/bootstrap.php" >
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/*</directory>
</testsuite>
</testsuites>
</phpunit>