14 lines
340 B
XML
14 lines
340 B
XML
<phpunit
|
|
bootstrap="tests/bootstrap.php"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="ActivityPub">
|
|
<directory prefix="test-" suffix=".php">./tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|