parsedown/phpunit.xml.dist

12 lines
313 B
Plaintext
Raw Normal View History

2013-07-21 22:14:30 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2014-04-28 20:53:34 +02:00
<phpunit bootstrap="test/bootstrap.php" colors="true">
<testsuites>
2014-09-13 23:02:11 +02:00
<testsuite name="ParsedownTests">
<file>test/Test.php</file>
</testsuite>
<testsuite name="CommonMark">
<file>test/commonmark/CommonMarkTest.php</file>
2013-07-21 22:14:30 +02:00
</testsuite>
</testsuites>
</phpunit>