csv/phpunit.xml

18 lines
558 B
XML
Raw Permalink 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"
2015-03-11 20:58:53 +01:00
bootstrap = "vendor/autoload.php" >
2015-03-09 20:05:36 +01:00
2018-06-06 15:51:31 +02:00
<testsuites>
<testsuite name="Deblan CSV Test Suite">
<directory>tests/</directory>
</testsuite>
</testsuites>
2015-03-09 20:05:36 +01:00
</phpunit>