Skip to content
Snippets Groups Projects
Select Git revision
  • ad449b0c10fec9f9ae7b5a0c337001b8ebef7411
  • master default protected
  • update-2.0.0-dev
  • alc-refactoring-entity
  • sb-comments-update
  • alc-dev
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 0.1.5
  • 1.0.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.15
  • 0.0.14
  • 0.0.13
  • 0.0.12
26 results

ProcessService.php

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>