Files
Chamilo/plugin/ims_lti/vendor/oauth1/code/OAuthTests.xml
2025-08-14 22:39:38 +02:00

13 lines
359 B
XML

<phpunit colors="true">
<testsuite name="OAuth">
<directory>tests</directory>
</testsuite>
<filter>
<blacklist>
<directory>tests</directory>
</blacklist>
</filter>
<logging>
<log type="coverage-html" target="./report" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70"/>
</logging>
</phpunit>