forms/phpunit.integration.xml

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

2019-05-14 02:15:45 +03:00
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="integration">
<directory>./tests/Integration</directory>
</testsuite>
</testsuites>
</phpunit>