1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/phpunit.xml.dist

12 lines
313 B
Plaintext
Raw Normal View History

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