ext-uv/phpunit.xml.dist
2012-06-25 10:45:20 +02:00

11 lines
242 B
XML

<phpunit
backupGlobals="false"
colors="true"
processIsolation="true"
>
<testsuites>
<testsuite name="PHP UV">
<directory suffix=".phpt">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>