mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
simplify
This commit is contained in:
parent
6fb534bc34
commit
aa3d4d6eb7
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="test/bootstrap.php" colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="ParsedownTests">
|
||||
<testsuite>
|
||||
<file>test/ParsedownTest.php</file>
|
||||
</testsuite>
|
||||
<testsuite name="CommonMark">
|
||||
<file>test/commonmark/CommonMarkTest.php</file>
|
||||
<testsuite>
|
||||
<file>test/CommonMarkTest.php</file>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
1
test/commonmark/.gitignore
vendored
1
test/commonmark/.gitignore
vendored
@ -1 +0,0 @@
|
||||
spec.txt
|
Loading…
Reference in New Issue
Block a user