Files
phabricator/externals/restful/tests/phpunit.xml

9 lines
216 B
XML
Raw Normal View History

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