We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb83b69 commit abbb0adCopy full SHA for abbb0ad
1 file changed
library/AcceptanceTestCase.php
@@ -1615,7 +1615,10 @@ public function callShopSC(
1615
try {
1616
$mResponse = $oServiceCaller->callService('ShopObjectConstructor', $sShopId);
1617
} catch (Exception $oException) {
1618
- $this->fail("Exception caught calling ShopObjectConstructor with message: '{$oException->getMessage()}'");
+ $this->fail(
1619
+ "Exception caught calling ShopObjectConstructor with message: '{$oException->getMessage()}
1620
+ \n{$oException->getTraceAsString()}'"
1621
+ );
1622
}
1623
1624
return $mResponse;
0 commit comments