mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
19 lines
517 B
XML
19 lines
517 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="est.php">properties/</directory>
|
|
<directory suffix="est.php">methods/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|