oont-contents/plugins/creative-mail-by-constant-contact/vendor/a5hleyrich/wp-background-processing/phpunit.xml
2025-02-08 15:10:23 +01:00

15 lines
380 B
XML

<?xml version="1.0"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="wp-background-processing">
<directory prefix="Test_" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>