Просмотр файла htmly-2.9.8/system/vendor/jbroadway/urlify/phpunit.xml

Размер файла: 262B
<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>