Skip to content

Commit

Permalink
Remove PHPUnit warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth committed Nov 5, 2018
1 parent 4fc0870 commit 0361b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</testsuites>

<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="coverage-clover" target="build/logs/clover.xml" />
<log type="junit" target="build/logs/junit.xml" />
<log type="json" target="build/logs/phpunit.json" />
</logging>

Expand Down
4 changes: 1 addition & 3 deletions phpunit.xml.nocoverage
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<phpunit bootstrap="test/bootstrap-dist.php"
backupGlobals="true"
backupStaticAttributes="false"
strict="true"
timeoutForSmallTests="3"
colors="true"
verbose="true">

Expand All @@ -22,7 +20,7 @@
</testsuites>

<logging>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
<log type="junit" target="build/logs/junit.xml" />
<log type="json" target="build/logs/phpunit.json" />
</logging>
</phpunit>

0 comments on commit 0361b18

Please sign in to comment.