mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:51:59 +01:00
9 lines
223 B
XML
9 lines
223 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit colors="true">
|
||
|
<testsuites>
|
||
|
<testsuite name="Application Test Suite">
|
||
|
<directory>./tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|