Skip to content

Commit 7052541

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-96975: Remove __sleep and __wakeup from code
1 parent 9e4ca95 commit 7052541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function ($errNo, $errStr, $errFile, $errLine) {
132132
$errName = isset($errorNames[$errNo]) ? $errorNames[$errNo] : "";
133133

134134
throw new \PHPUnit\Framework\Exception(
135-
sprintf("%s: %s in %s:%s.\n\n%s\n\n", $errName, $errStr, $errFile, $errLine, debug_backtrace()),
135+
sprintf("%s: %s in %s:%s.", $errName, $errStr, $errFile, $errLine),
136136
$errNo
137137
);
138138
}

0 commit comments

Comments
 (0)