- <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>
|