mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
9 lines
214 B
XML
9 lines
214 B
XML
<phpunit
|
|
colors="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="PHPUnit_Extensions_PhptTestSuite">
|
|
<directory suffix=".phpt">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |