parsedown/phpunit.xml.dist

12 lines
353 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>
<testsuite name="ParsedownTests">
<file>test/Test.php</file>
</testsuite>
<testsuite name="StandardMarkdown">
<file>test/standard-markdown/StandardMarkdownTest.php</file>
2013-07-21 22:14:30 +02:00
</testsuite>
</testsuites>
</phpunit>