phpunit.xml 187 B

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