7 lines
195 B
XML
7 lines
195 B
XML
<phpunit bootstrap="../tests/bootstrap.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="shimmie">
|
|
<directory suffix="test.php">../ext/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|