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 c8132f7 commit 7ea11f2Copy full SHA for 7ea11f2
src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php
@@ -61,7 +61,7 @@ function () use ($cest) {
61
));
62
$errors = $testResultObject->errors();
63
if (!empty($errors)) {
64
- $stack = $errors[0]->thrownException()->getSerializableTrace();
+ $stack = $errors[0]->thrownException()->getTrace();
65
$context = $this->extractContext($stack, $cest->getTestMethod());
66
// Do not attempt to run _after if failure was in the _after block
67
// Try to run _after but catch exceptions to prevent them from overwriting original failure.
0 commit comments