This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/urlify/tests/phpunit.xml

9 lines
252 B
XML

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