parsedown/phpunit.xml.dist

9 lines
203 B
Plaintext
Raw Normal View History

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