Files
parsecsv-for-php/tests/phpunit.xml
William Knauss a6f8c708f9 1
2014-06-05 01:51:46 -04:00

18 lines
518 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="Bootstrap.php"
colors="false"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="true"
stopOnFailure="true"
stopOnIncomplete="true"
stopOnSkipped="false">
<testsuites>
<testsuite name="parseCSV Test Suite">
<directory suffix="test.php">properties/</directory>
<directory suffix="test.php">methods/</directory>
</testsuite>
</testsuites>
</phpunit>