wordpress-activitypub/phpunit.xml.dist

15 lines
340 B
Text
Raw Permalink Normal View History

2018-09-24 20:53:23 +02:00
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
2022-12-27 16:59:04 +01:00
<testsuite name="ActivityPub">
2018-09-24 20:53:23 +02:00
<directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>