ext-uv/phpunit.xml.dist

11 lines
242 B
Plaintext
Raw Normal View History

2012-06-25 00:40:57 +02:00
<phpunit
2012-06-25 10:45:20 +02:00
backupGlobals="false"
2012-06-25 00:40:57 +02:00
colors="true"
2012-06-25 10:45:20 +02:00
processIsolation="true"
2012-06-25 00:40:57 +02:00
>
<testsuites>
2012-06-25 10:45:20 +02:00
<testsuite name="PHP UV">
2012-06-25 00:40:57 +02:00
<directory suffix=".phpt">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>