phpunit.xml 175 B

1234567
  1. <phpunit>
  2. <testsuites>
  3. <testsuite name="PHPCouchDBTests">
  4. <directory suffix="Test.php">.</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>