parsedown/phpunit.xml.dist

15 lines
341 B
Plaintext
Raw Normal View History

2013-07-21 22:14:30 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
2018-12-04 17:45:15 +01:00
<testsuite name="ParsedownTests">
2018-04-17 15:44:38 +02:00
<file>tests/ParsedownTest.php</file>
<file>tests/CommonMarkTest.php</file>
2013-07-21 22:14:30 +02:00
</testsuite>
</testsuites>
<groups>
<exclude>
<group>update</group>
</exclude>
</groups>
</phpunit>