mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 08:33:43 +03:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
![]() |
<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>
|