polls/tests/phpunit.xml

13 строки
327 B
XML

<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
<filter>
<whitelist>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="unit">
<directory>./Unit</directory>
</testsuite>
</testsuites>
</phpunit>