phpunit.xml 200 B

12345678
  1. <phpunit stop-on-failure="true" stop-on-error="true">
  2. <testsuites>
  3. <testsuite name="Tests">
  4. <!-- loads all *Test.php -->
  5. <directory>tests</directory>
  6. </testsuite>
  7. </testsuites>
  8. </phpunit>