Navigation Menu

Skip to content

Commit

Permalink
Fix phpunit configuration file
Browse files Browse the repository at this point in the history
Needed for phpunit 6 / 7
  • Loading branch information
remicollet committed Jun 14, 2019
1 parent 11336f6 commit c7dd636
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpunit.xml
Expand Up @@ -7,7 +7,7 @@
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutTodoAnnotatedTests="true"
verbose="true">
<testsuite>
<testsuite name="Tokenizer">
<directory suffix="Test.php">tests</directory>
</testsuite>

Expand All @@ -18,8 +18,7 @@
</filter>

<logging>
<log type="coverage-html" target="build/coverage/html" title="phpDox"
charset="UTF-8" highlight="true" lowUpperBound="60" highLowerBound="90"/>
<log type="coverage-html" target="build/coverage/html" lowUpperBound="60" highLowerBound="90"/>
</logging>

</phpunit>

0 comments on commit c7dd636

Please sign in to comment.