parsedown/phpunit.xml.dist
Emanuil Rusev aa3d4d6eb7 simplify
2014-11-29 21:39:42 +02:00

12 lines
271 B
XML

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