phpunit.xml 191 B

1234567891011
  1. <phpunit
  2. bootstrap="tests/bootstrap.php"
  3. colors="true"
  4. >
  5. <testsuites>
  6. <testsuite>
  7. <directory prefix="test-" suffix=".php">tests/</directory>
  8. </testsuite>
  9. </testsuites>
  10. </phpunit>