02cc436ec
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>