Skip to content

Commit

Permalink
mark test as legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 8, 2024
1 parent 6703cae commit c368815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Model/ModelRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function testNameAliasingNotAppliedForCollections(): void
* @dataProvider provideNameCollisionsTypes
*
* @param array<string, mixed> $arrayType
*
* @group legacy
*/
public function testNameCollisionsAreLogged(Type $type, array $arrayType): void
{
Expand Down Expand Up @@ -110,6 +112,9 @@ public static function provideNameCollisionsTypes(): \Generator
];
}

/**
* @group legacy
*/
public function testNameCollisionsAreLoggedWithAlternativeNames(): void
{
$ref = new \ReflectionClass(self::class);
Expand Down

0 comments on commit c368815

Please sign in to comment.