Select Git revision
local.php.dist
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
phpunit.xml.dist 282 B
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="zf-apigility-skeleton">
<directory>./module/Application/test</directory>
</testsuite>
</testsuites>
</phpunit>