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 919dd8c commit 0a72161Copy full SHA for 0a72161
app/code/Magento/Webapi/Test/Unit/Model/Soap/FaultTest.php
@@ -125,7 +125,7 @@ public function testToXmlDeveloperModeOff()
125
public function testToXmlDeveloperModeOn()
126
{
127
$this->_appStateMock->expects($this->any())->method('getMode')->will($this->returnValue('developer'));
128
- $actualXml = $this->_soapFault->toXml(true);
+ $actualXml = $this->_soapFault->toXml();
129
$this->assertContains('<m:Trace>', $actualXml, 'Exception trace is not found in XML.');
130
}
131
0 commit comments