2019-10-23 14:25:32 -07:00
|
|
|
<phpunit
|
2019-11-15 17:40:53 -05:00
|
|
|
bootstrap="plugins/wporg-5ftf/tests/bootstrap.php"
|
2019-10-23 14:25:32 -07:00
|
|
|
backupGlobals="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
>
|
2019-11-15 17:40:53 -05:00
|
|
|
<php>
|
|
|
|
<const name="WP_TESTS_MULTISITE" value="1" />
|
|
|
|
</php>
|
2019-10-23 14:25:32 -07:00
|
|
|
<testsuites>
|
2019-11-15 17:40:53 -05:00
|
|
|
<testsuite name="Five for the Future Plugin">
|
2019-10-23 14:25:32 -07:00
|
|
|
<directory prefix="test-" suffix=".php">
|
2019-11-15 17:40:53 -05:00
|
|
|
./plugins/wporg-5ftf/tests/
|
2019-10-23 14:25:32 -07:00
|
|
|
</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|