2019-10-24 00:25:32 +03:00
|
|
|
<phpunit
|
2019-11-16 00:40:53 +02:00
|
|
|
bootstrap="plugins/wporg-5ftf/tests/bootstrap.php"
|
2019-10-24 00:25:32 +03:00
|
|
|
backupGlobals="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
>
|
2022-09-13 21:34:51 +03:00
|
|
|
|
2019-11-16 00:40:53 +02:00
|
|
|
<php>
|
|
|
|
<const name="WP_TESTS_MULTISITE" value="1" />
|
|
|
|
</php>
|
2022-09-13 21:34:51 +03:00
|
|
|
|
2019-10-24 00:25:32 +03:00
|
|
|
<testsuites>
|
2019-11-16 00:40:53 +02:00
|
|
|
<testsuite name="Five for the Future Plugin">
|
2019-10-24 00:25:32 +03:00
|
|
|
<directory prefix="test-" suffix=".php">
|
2019-11-16 00:40:53 +02:00
|
|
|
./plugins/wporg-5ftf/tests/
|
2019-10-24 00:25:32 +03:00
|
|
|
</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2022-09-13 21:34:51 +03:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">./plugins/wporg-5ftf/includes</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2019-10-24 00:25:32 +03:00
|
|
|
</phpunit>
|