mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
9 lines
217 B
XML
9 lines
217 B
XML
<phpunit>
|
|
<testsuite name="Httpful">
|
|
<directory>.</directory>
|
|
</testsuite>
|
|
<logging>
|
|
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
|
</logging>
|
|
</phpunit>
|
|
|