Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Disable code coverage, more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Scheirlinck committed Feb 27, 2014
1 parent 8fe7164 commit 944d817
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions phpunit.xml
Expand Up @@ -10,13 +10,4 @@
<directory>src/Doxport</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/report" charset="UTF-8"
yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/coverage.xml"/>
<log type="coverage-php" target="build/coverage.serialized"/>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
<log type="junit" target="build/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>
1 change: 0 additions & 1 deletion test/Doxport/File/AsyncFileTest.php
Expand Up @@ -6,7 +6,6 @@

abstract class AsyncFileTest extends Test
{
protected $root = 'build/tmp';
protected $file;

/**
Expand Down
4 changes: 4 additions & 0 deletions test/Doxport/Test.php
Expand Up @@ -4,4 +4,8 @@

abstract class Test extends \PHPUnit_Framework_TestCase
{
/**
* @var string
*/
protected $root = 'build/tmp';
}

0 comments on commit 944d817

Please sign in to comment.