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

16 lines
394 B
Plaintext
Raw Normal View History

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