Files

15 lines
331 B
Plaintext
Raw Permalink Normal View History

2018-06-28 10:02:07 +02:00
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/unit-tests</directory>
</testsuite>
</testsuites>
</phpunit>