phpunit.xml 144 B

123456
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit colors="true">
  3. <testsuite name="Mustache">
  4. <directory>./</directory>
  5. </testsuite>
  6. </phpunit>