parsedown/phpunit.xml.dist

8 lines
165 B
Plaintext
Raw Normal View History

2013-07-22 00:14:30 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite>
<file>tests/Test.php</file>
</testsuite>
</testsuites>
</phpunit>