wp-offline-shell/phpunit.xml.dist

15 строки
320 B
Plaintext
Исходник Обычный вид История

2016-02-23 21:30:38 +03:00
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
2016-03-04 23:38:15 +03:00
<directory prefix="test" suffix=".php">./tests/</directory>
2016-02-23 21:30:38 +03:00
</testsuite>
</testsuites>
</phpunit>