diff --git a/tests/Model/ModelRegistryTest.php b/tests/Model/ModelRegistryTest.php index 304053091..023c79388 100644 --- a/tests/Model/ModelRegistryTest.php +++ b/tests/Model/ModelRegistryTest.php @@ -39,6 +39,8 @@ public function testNameAliasingNotAppliedForCollections(): void * @dataProvider provideNameCollisionsTypes * * @param array $arrayType + * + * @group legacy */ public function testNameCollisionsAreLogged(Type $type, array $arrayType): void { @@ -110,6 +112,9 @@ public static function provideNameCollisionsTypes(): \Generator ]; } + /** + * @group legacy + */ public function testNameCollisionsAreLoggedWithAlternativeNames(): void { $ref = new \ReflectionClass(self::class);