phpunit.xml.dist 201 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit bootstrap="test/bootstrap.php" colors="true">
  3. <testsuites>
  4. <testsuite>
  5. <file>test/ParsedownTest.php</file>
  6. </testsuite>
  7. </testsuites>
  8. </phpunit>