| 1 |
<phpunit |
| 2 |
bootstrap="tests/bootstrap.php" |
| 3 |
backupGlobals="false" |
| 4 |
colors="true" |
| 5 |
convertErrorsToExceptions="true" |
| 6 |
convertNoticesToExceptions="true" |
| 7 |
convertWarningsToExceptions="true" |
| 8 |
checkForUnintentionallyCoveredCode="false" |
| 9 |
beStrictAboutOutputDuringTests="false" |
| 10 |
> |
| 11 |
<php> |
| 12 |
<server name="SERVER_PORT" value="80"/> |
| 13 |
<server name="HTTP_HOST" value="localhost"/> |
| 14 |
<server name="REMOTE_ADDR" value="127.0.0.1"/> |
| 15 |
<const name="WP_PARSELY_TESTING" value="true"/> |
| 16 |
</php> |
| 17 |
<testsuites> |
| 18 |
<testsuite> |
| 19 |
<directory prefix="test-" suffix=".php">./tests/</directory> |
| 20 |
</testsuite> |
| 21 |
</testsuites> |
| 22 |
</phpunit> |