htmly/vendor/dflydev/markdown/phpunit.xml.dist
Danang Probo Sayekti 643b3be88d Initial commit
Yay! HTMLy was born today.
2014-01-01 21:56:22 +07:00

28 lines
803 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="dflydev-markdown Test Suite">
<directory>./tests/dflydev/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src/dflydev/</directory>
<exclude>
<directory>./src/dflydev/*/resources</directory>
</exclude>
</whitelist>
</filter>
</phpunit>