blob: 2666a3ccb5f60416df73f3776df558286f007fbb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<phpunit bootstrap="bootstrap.php">
<testsuite name="URLify Test Suite">
<directory>.</directory>
</testsuite>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
</logging>
</phpunit>
|