wordpress-activitypub-event.../phpunit.xml.dist
André Menrath b0f01cfaf5
Some checks failed
/ test (push) Successful in 1s
Unit Testing / phpunit (push) Failing after 0s
Unit Testing / phpunit (pull_request) Failing after 0s
fix test
2024-09-20 20:18:57 +02:00

16 lines
404 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>
<exclude>./tests/test-sample.php</exclude>
</testsuite>
</testsuites>
</phpunit>