Files
old-new-wiaas/backend/app/plugins/wiaas/phpunit.xml.dist
Almira Krdzic 5afdde434b Delivery setup
2018-08-06 17:36:57 +02:00

16 lines
353 B
XML

<?xml version="1.0"?>
<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>