Loading core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -472,7 +472,7 @@ class TestSandboxManager extends SandboxManagerBase { * will fail, because PHPUnit will want to serialize all arguments in the call * stack. * * @see https://www.drupal.org/project/automatics_updates/issues/3312619#comment-14801308 * @see https://www.drupal.org/node/3312619#comment-14801308 */ public function __sleep(): array { return []; Loading Loading
core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -472,7 +472,7 @@ class TestSandboxManager extends SandboxManagerBase { * will fail, because PHPUnit will want to serialize all arguments in the call * stack. * * @see https://www.drupal.org/project/automatics_updates/issues/3312619#comment-14801308 * @see https://www.drupal.org/node/3312619#comment-14801308 */ public function __sleep(): array { return []; Loading