deck/tests/phpunit.xml

13 строки
278 B
XML
Исходник Обычный вид История

<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
2016-10-29 14:19:18 +03:00
<testsuites>
<testsuite name="unit">
2017-01-31 12:12:41 +03:00
<directory>./unit</directory>
2016-10-29 14:19:18 +03:00
</testsuite>
</testsuites>
<filter>
<whitelist>
2017-01-31 13:11:59 +03:00
<directory suffix=".php">./../lib</directory>
2016-10-29 14:19:18 +03:00
</whitelist>
</filter>
2016-08-16 19:47:22 +03:00
</phpunit>