Skip to content

Commit 6b32ec7

Browse files
committed
fixed Soap test
1 parent 228397b commit 6b32ec7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/Codeception/Module/SoapTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function setUp() {
2323
}
2424

2525
public function testXmlIsBuilt() {
26-
$this->module->xmlRequest;
2726
$dom = new \DOMDocument();
2827
$dom->load($this->layout);
2928
$this->assertEqualXMLStructure($this->module->xmlRequest->documentElement, $dom->documentElement);

0 commit comments

Comments
 (0)