2013-07-22 00:14:30 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-09-05 23:04:46 +03:00
|
|
|
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
2013-07-22 01:01:48 +04:00
|
|
|
<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>
|
2016-10-12 04:06:11 +03:00
|
|
|
<groups>
|
|
|
|
<exclude>
|
|
|
|
<group>update</group>
|
|
|
|
</exclude>
|
|
|
|
</groups>
|
2016-09-05 23:04:46 +03:00
|
|
|
</phpunit>
|