Skip to content

Commit

Permalink
Fixed phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibek Shrestha committed Feb 22, 2012
1 parent b720f2f commit 5f5dc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/phpunit.xml
Expand Up @@ -3,7 +3,7 @@
<testsuite name="NNPG">
<directory>./</directory>
</testsuite>

<!--
<filter>
<whitelist>
<directory suffix=".php">../application/</directory>
Expand All @@ -12,7 +12,7 @@
</exclude>
</whitelist>
</filter>

-->
<!-- <logging>
<log type="coverage-html" target="./log/report" charset="UTF-8"
yui="true" highlight="true" lowUpperBound="50" highLowerBound="80" />
Expand Down

0 comments on commit 5f5dc88

Please sign in to comment.