mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-27 04:24:45 +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> |