Remove outdated test

We support collections of self now.
This commit is contained in:
Jaapio
2025-11-27 20:45:57 +01:00
parent 90a04bcbf0
commit 84265c845d
-4
View File
@@ -179,10 +179,6 @@ DOCBLOCK;
public static function invalidFormatsProvider(): \Generator
{
yield from [
'invalid collection' => ['self<Tvalue>'],
];
foreach (['<', '{', '('] as $badChar) {
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
}