parsedown/phpunit.xml.dist

9 lines
203 B
Plaintext
Raw Normal View History

2013-07-22 00:14:30 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
2013-07-22 00:14:30 +04:00
<testsuite>
2014-09-26 03:04:25 +04:00
<file>test/ParsedownTest.php</file>
2013-07-22 00:14:30 +04:00
</testsuite>
</testsuites>
</phpunit>