phpunit.xml 254 B

12345678910
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <phpunit bootstrap="./vendor/autoload.php" colors="true">
  3. <testsuites>
  4. <testsuite name="PhpZip test suite">
  5. <directory>./tests</directory>
  6. </testsuite>
  7. </testsuites>
  8. </phpunit>