wp-theme/phpunit.xml.dist

22 lines
597 B
Plaintext
Raw Normal View History

2015-11-02 11:18:22 +01:00
<phpunit
bootstrap="bootstrap.php.dist"
backupGlobals="false"
processIsolation="false"
colors="false">
<testsuites>
<testsuite name="Default">
<directory suffix="Tests.php">./tests/phpunit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./includes</directory>
</whitelist>
</filter>
<php>
<ini name="error_reporting" value="32767" />
<ini name="display_errors" value="1" />
<ini name="display_startup_errors" value="1" />
</php>
2015-11-02 11:18:22 +01:00
</phpunit>