five-for-the-future/plugins/wporg-5ftf/phpunit.xml.dist

18 lines
365 B
Plaintext
Raw Normal View History

<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="Five for the Future plugin">
<directory prefix="test-" suffix=".php">
./tests/
</directory>
</testsuite>
</testsuites>
</phpunit>