mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
16 lines
394 B
XML
16 lines
394 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="vendor/autoload.php" colors="true">
|
|
<testsuites>
|
|
<testsuite name="ParsedownTests">
|
|
<file>tests/ParsedownTest.php</file>
|
|
<file>tests/CommonMarkTest.php</file>
|
|
<directory suffix="Test.php">./tests/src</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<groups>
|
|
<exclude>
|
|
<group>update</group>
|
|
</exclude>
|
|
</groups>
|
|
</phpunit>
|