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 0dc1578 commit 20cd2acCopy full SHA for 20cd2ac
Legacy/SymfonyTestsListenerTrait.php
@@ -93,12 +93,12 @@ public function __construct(array $mockedNamespaces = [])
93
}
94
95
96
- public function __sleep()
+ public function __serialize(): array
97
{
98
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
99
100
101
- public function __wakeup()
+ public function __unserialize(array $data): void
102
103
throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
104
0 commit comments