File: OAuthTests.xml

package info (click to toggle)
liboauth-php 0~svn1262-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 522
  • sloc: php: 1,591; xml: 12; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>