3430436: Drupal 11 compatibility fixe
1 open thread
Closes #3430436
Merge request reports
Activity
31 33 parent::setUp(); 32 34 $kernel = $this->createMock('\Symfony\Component\HttpKernel\HttpKernelInterface'); 33 35 $request = new Request(); 34 $this->event = new ExceptionEvent($kernel, $request, HttpKernelInterface::MASTER_REQUEST, new NotFoundHttpException()); 36 $this->event = new ExceptionEvent($kernel, $request, HttpKernelInterface::MAIN_REQUEST, new NotFoundHttpException()); Changing this will break the functionality for D9.5 see: https://www.drupal.org/node/3236639
either drop the support of D9 or add the backward compatibility
Please register or sign in to reply