ext-uv/phpunit.xml.dist
2012-06-25 00:40:57 +02:00

9 lines
214 B
XML

<phpunit
colors="true"
>
<testsuites>
<testsuite name="PHPUnit_Extensions_PhptTestSuite">
<directory suffix=".phpt">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>