mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
11 lines
242 B
XML
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> |