phpunit.xml 222 B

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