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 fd96138 commit 228397bCopy full SHA for 228397b
src/Codeception/Module/SOAP.php
@@ -306,7 +306,7 @@ public function seeSoapResponseContainsXPath($xpath)
306
$path = new \DOMXPath($this->xmlResponse);
307
$res = $path->query($xpath);
308
if ($res === false) $this->fail("XPath selector is malformed");
309
- $this->assertGreaterThen(0, $res->length);
+ $this->assertGreaterThan(0, $res->length);
310
}
311
312
/**
0 commit comments