1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02:00

improve extensibility of test case

This commit is contained in:
Emanuil Rusev
2014-09-26 02:04:25 +03:00
parent bb7a3f41e3
commit c62365adc4
3 changed files with 134 additions and 108 deletions

View File

@@ -2,7 +2,7 @@
<phpunit bootstrap="test/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<file>test/Test.php</file>
<file>test/ParsedownTest.php</file>
</testsuite>
</testsuites>
</phpunit>