wordpress-activitypub-event.../phpunit.xml.dist
André Menrath c2d11ad50f
Some checks failed
/ test (push) Successful in 1s
ci/woodpecker/push/test Pipeline failed
test
2024-09-21 09:39:17 +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>