parsedown/phpunit.xml.dist
2019-04-07 16:37:47 +01:00

9 lines
204 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<file>tests/ParsedownTest.php</file>
</testsuite>
</testsuites>
</phpunit>