Skip to content

Commit

Permalink
no empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Oct 19, 2015
1 parent b5b5afc commit 2e2a120
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@
stopOnFailure="false"
syntaxCheck="false"
verbose="true">

<testsuites>
<testsuite name="tc-lib-pdf-parser Test Suite">
<directory>./test</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix="php">src</directory>
</whitelist>
</filter>

<logging>
<log type="coverage-html" target="target/coverage" charset="UTF-8"/>
<log type="junit" target="target/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>

</phpunit>

0 comments on commit 2e2a120

Please sign in to comment.