phpunit.xml 373 B

12345678910111213
  1. <phpunit bootstrap="./TestHelper.php">
  2. <testsuite name="Zend Framework - Testsuite">
  3. <directory>./</directory>
  4. </testsuite>
  5. <!-- Enable this for proper unit testing code coverage reports
  6. <filter>
  7. <whitelist>
  8. <directory suffix=".php">../library/Zend</directory>
  9. </whitelist>
  10. </filter>
  11. -->
  12. </phpunit>