phpunit.xml 191 B

1234567
  1. <phpunit colors="true" bootstrap="phpunit.php">
  2. <testsuites>
  3. <testsuite name="Test Suite">
  4. <directory suffix=".test.php">tests/cases</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>