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 228397b commit 6b32ec7Copy full SHA for 6b32ec7
tests/unit/Codeception/Module/SoapTest.php
@@ -23,7 +23,6 @@ public function setUp() {
23
}
24
25
public function testXmlIsBuilt() {
26
- $this->module->xmlRequest;
27
$dom = new \DOMDocument();
28
$dom->load($this->layout);
29
$this->assertEqualXMLStructure($this->module->xmlRequest->documentElement, $dom->documentElement);
0 commit comments