You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertEquals($flattened->getMessage(), 'Parse error: Oh noes!', 'The message is copied from the original exception.');
158
+
$this->assertEquals($flattened->getMessage(), 'Oh noes!', 'The message is copied from the original exception.');
148
159
$this->assertEquals($flattened->getCode(), 42, 'The code is copied from the original exception.');
149
-
$this->assertEquals($flattened->getClass(), 'Symfony\Component\Debug\Exception\FatalThrowableError', 'The class is set to the class of the original exception');
160
+
$this->assertEquals($flattened->getClass(), 'ParseError', 'The class is set to the class of the original exception');
150
161
}
151
162
152
163
/**
@@ -170,7 +181,7 @@ public function testFile(\Exception $exception)
0 commit comments