We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ffac commit fe5fd43Copy full SHA for fe5fd43
tests/unit/Codeception/Module/SoapTest.php
@@ -148,7 +148,5 @@ public function testGrabTextFrom()
148
$dom->loadXML('<?xml version="1.0" encoding="UTF-8"?><doc><node>123</node></doc>');
149
$res = $this->module->grabTextContentFrom('doc node');
150
$this->assertEquals('123', $res);
151
- $res = $this->module->grabTextContentFrom('descendant-or-self::doc/descendant::node');
152
- $this->assertEquals('123', $res);
153
}
154
0 commit comments