Skip to content

Commit 4226998

Browse files
committed
fix phpunit config validation warning
1 parent 0b274ac commit 4226998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="vendor/autoload.php" colors="true">
33
<testsuites>
4-
<testsuite>
4+
<testsuite name="Parsedown">
55
<file>test/ParsedownTest.php</file>
66
</testsuite>
77
</testsuites>

0 commit comments

Comments
 (0)