diff options
Diffstat (limited to 'library/parsedown/phpunit.xml.dist')
-rw-r--r-- | library/parsedown/phpunit.xml.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/parsedown/phpunit.xml.dist b/library/parsedown/phpunit.xml.dist new file mode 100644 index 000000000..b2d5e9d4f --- /dev/null +++ b/library/parsedown/phpunit.xml.dist @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit bootstrap="test/bootstrap.php" colors="true"> + <testsuites> + <testsuite> + <file>test/ParsedownTest.php</file> + </testsuite> + </testsuites> +</phpunit>
\ No newline at end of file |