Skip to content
Snippets Groups Projects
Select Git revision
  • f5f68ee379c77b359ebbb75a31a998f16a213461
  • master default protected
  • release_3.0.0
  • test
  • feature_pre_sql
  • develop
  • 3.0.1
  • 3.0.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
26 results

phpunit.xml.dist

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