mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
8 lines
262 B
XML
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>
|