File tree Expand file tree Collapse file tree
tests/DependencyInjection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99use Doctrine \ORM \Cache \Region ;
1010use Doctrine \ORM \EntityManagerInterface ;
1111use PHPUnit \Framework \Attributes \DoesNotPerformAssertions ;
12- use PHPUnit \Framework \Attributes \WithoutErrorHandler ;
1312use Symfony \Component \Cache \Adapter \ArrayAdapter ;
1413use Symfony \Component \Config \Loader \LoaderInterface ;
1514use Symfony \Component \DependencyInjection \ContainerBuilder ;
@@ -108,7 +107,6 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
108107 })->boot ();
109108 }
110109
111- #[WithoutErrorHandler]
112110 public function testMetadataCacheConfigUsingNonPsr6ServiceDefinedByApplication (): void
113111 {
114112 $ this ->expectDeprecationWithIdentifier ('https://github.com/doctrine/DoctrineBundle/pull/1365 ' );
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ class DoctrineExtensionTest extends TestCase
7474 * https://github.com/doctrine/orm/pull/7953 needed, otherwise ORM classes
7575 * we define services for trigger deprecations
7676 */
77- #[WithoutErrorHandler]
7877 public function testAutowiringAlias (): void
7978 {
8079 if (! interface_exists (EntityManagerInterface::class)) {
You can’t perform that action at this time.
0 commit comments