news/phpunit.integration.xml

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

2016-02-12 00:36:29 +03:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
2016-03-27 00:29:35 +03:00
<testsuites>
<testsuite name="integration">
2016-07-23 22:24:54 +03:00
<directory>./tests/Integration</directory>
2016-03-27 00:29:35 +03:00
</testsuite>
</testsuites>
2015-04-29 22:25:34 +03:00
</phpunit>