forms/phpunit.xml

13 lines
324 B
XML
Raw Normal View History

2019-05-14 01:15:45 +02:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="unit">
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
</phpunit>