11 lines
191 B
XML
11 lines
191 B
XML
|
<phpunit
|
||
|
bootstrap="tests/bootstrap.php"
|
||
|
colors="true"
|
||
|
>
|
||
|
<testsuites>
|
||
|
<testsuite>
|
||
|
<directory prefix="test-" suffix=".php">tests/</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|