Skip to content

Commit 84265c8

Browse files
committed
Remove outdated test
We support collections of self now.
1 parent 90a04bc commit 84265c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/TypedTagsTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ public static function typeProvider(): array
179179

180180
public static function invalidFormatsProvider(): \Generator
181181
{
182-
yield from [
183-
'invalid collection' => ['self<Tvalue>'],
184-
];
185-
186182
foreach (['<', '{', '('] as $badChar) {
187183
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
188184
}

0 commit comments

Comments
 (0)