wordpress-activitypub-event.../phpunit.xml
André Menrath 53a6e267aa
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Failing after 40s
Unit Testing / Run phpunit tests (pull_request) Successful in 3m54s
fix phpcs tests
2024-09-21 10:28:39 +02:00

15 lines
358 B
XML

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