Skip to content

Commit fe5fd43

Browse files
committed
Fix broken test
1 parent a96ffac commit fe5fd43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,5 @@ public function testGrabTextFrom()
148148
$dom->loadXML('<?xml version="1.0" encoding="UTF-8"?><doc><node>123</node></doc>');
149149
$res = $this->module->grabTextContentFrom('doc node');
150150
$this->assertEquals('123', $res);
151-
$res = $this->module->grabTextContentFrom('descendant-or-self::doc/descendant::node');
152-
$this->assertEquals('123', $res);
153151
}
154152
}

0 commit comments

Comments
 (0)