My favorites | Sign in
Project Logo
                
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>
Show details Hide details

Change log

r1013 by morten.fangel on May 21, 2009   Diff
Updated the PHPUnit configuration file to
auto-generate coverage-reports
Go to: 
Project members, sign in to write a code review

Older revisions

r1007 by andyster on May 18, 2009   Diff
Moved my branch from fangel to fangel-
chiragshah1 to code-review (and
because a lot is based upon
chiragshah1's patches provided in
 issue 100 ).
...
All revisions of this file

File info

Size: 359 bytes, 13 lines
Hosted by Google Code