8000 Tests: drop unsupported logIncompleteSkipped · developerintermix/codebird-php@0c20a63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c20a63

Browse files
committed
Tests: drop unsupported logIncompleteSkipped
1 parent 118d650 commit 0c20a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<logging>
1717
<log type="coverage-clover" target="build/logs/clover.xml"/>
18-
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
18+
<log type="junit" target="build/logs/junit.xml"/>
1919
</logging>
2020

2121
<filter>

phpunit.xml.hhvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</testsuites>
1818

1919
<logging>
20-
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
20+
<log type="junit" target="build/logs/junit.xml"/>
2121
</logging>
2222
</phpunit>

0 commit comments

Comments
 (0)
0