Skip to content

Commit

Permalink
TASK: Remove logIncompleteSkipped from PhpUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Dec 12, 2018
1 parent b54950e commit 1703aac
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 1703aac

Please sign in to comment.