mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
18 lines
365 B
XML
18 lines
365 B
XML
<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>
|