mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
fix tests
This commit is contained in:
@ -44,7 +44,6 @@ final class ExceptionTrace
|
||||
*/
|
||||
public static function removePestReferences(Throwable $t): void
|
||||
{
|
||||
/* @phpstan-ignore-next-line */
|
||||
if (!property_exists($t, 'serializableTrace')) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user