Skip to content
Snippets Groups Projects
phpunit.xml 362 B
Newer Older
Demian Katz's avatar
Demian Katz committed
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="bootstrap.php">
  <testsuites>
    <testsuite name="core-proxy">
      <directory>src</directory>
    </testsuite>
  </testsuites>
  <logging>
    <log type="coverage-html" target="../../review/coverage"/>
  </logging>
  <php>
    <includePath>../../vendor/zf2/library</includePath>
  </php>
</phpunit>