This commit is contained in:
William Knauss
2014-06-05 01:51:46 -04:00
parent c3c13258f3
commit a6f8c708f9
26 changed files with 3963 additions and 1 deletions

18
tests/phpunit.xml Normal file
View File

@@ -0,0 +1,18 @@
<?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>