Skip to content

Commit e136d65

Browse files
eXorusDavertMik
authored andcommitted
[Module : SOAP] Implement onReconfigure() (#3186)
* Implement onReconfigure() * Update SOAP.php
1 parent 0c845d5 commit e136d65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ public function _before(TestInterface $test)
101101
$this->xmlStructure = null;
102102
}
103103

104+
protected function onReconfigure()
105+
{
106+
$this->buildRequest();
107+
$this->xmlResponse = null;
108+
$this->xmlStructure = null;
109+
}
110+
104111
public function _depends()
105112
{
106113
return ['Codeception\Lib\InnerBrowser' => $this->dependencyMessage];

0 commit comments

Comments
 (0)