Skip to content

Commit 196eae7

Browse files
committed
Fix test run fail due to AssertTest.php duplicate
The patch removes `<file>test/AssertTest.php</file>` duplicate line from the `test/shared/phpunit.xml`.
1 parent 7aa6465 commit 196eae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/shared/phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<file>test/DMLTest.php</file>
1212
<file>test/MockTest.php</file>
1313
<file>test/MsgPackTest.php</file>
14-
<file>test/AssertTest.php</file>
1514
<file>test/RandomTest.php</file>
1615
</testsuite>
1716
</testsuites>

0 commit comments

Comments
 (0)