Skip to content

Commit

Permalink
Merge pull request #36 from kdambekalns/task/remove-logIncompleteSkipped
Browse files Browse the repository at this point in the history
TASK: Remove logIncompleteSkipped from PhpUnit configuration
  • Loading branch information
kdambekalns committed Dec 12, 2018
2 parents b54950e + 1703aac commit a7ee073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PhpUnit/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</whitelist>
</filter>
<logging>
<log type="junit" target="../../Reports/FunctionalTests.xml" logIncompleteSkipped="false"/>
<log type="junit" target="../../Reports/FunctionalTests.xml"/>
<log type="testdox-text" target="../../Reports/FunctionalTestDox.txt"/>
</logging>
<php>
Expand Down
2 changes: 1 addition & 1 deletion PhpUnit/UnitTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</whitelist>
</filter>
<logging>
<log type="junit" target="../../Reports/UnitTests.xml" logIncompleteSkipped="false"/>
<log type="junit" target="../../Reports/UnitTests.xml"/>
</logging>
<php>
<ini name="date.timezone" value="Africa/Tunis" />
Expand Down

0 comments on commit a7ee073

Please sign in to comment.