streams/vendor/jbroadway/urlify/phpunit.xml
2019-04-12 16:54:18 +10:00

8 lines
262 B
XML

<phpunit bootstrap="tests/bootstrap.php">
<testsuite name="URLify Test Suite">
<directory>tests</directory>
</testsuite>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
</logging>
</phpunit>