Files
old-experiments/backend/wordpress/wp-content/plugins/gravityflow-master/phpunit.xml.dist
2018-06-28 10:02:07 +02:00

15 lines
331 B
XML

<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>