14 lines
307 B
XML
14 lines
307 B
XML
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite>
|
|
<directory suffix="Test.php">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|