From 84265c845d20910c3130f0cf9c3b0124a3fe62cd Mon Sep 17 00:00:00 2001 From: Jaapio Date: Thu, 27 Nov 2025 20:45:57 +0100 Subject: [PATCH] Remove outdated test We support collections of self now. --- tests/integration/TypedTagsTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/TypedTagsTest.php b/tests/integration/TypedTagsTest.php index b0f6d651..79e02b3c 100644 --- a/tests/integration/TypedTagsTest.php +++ b/tests/integration/TypedTagsTest.php @@ -179,10 +179,6 @@ public static function typeProvider(): array public static function invalidFormatsProvider(): \Generator { - yield from [ - 'invalid collection' => ['self'], - ]; - foreach (['<', '{', '('] as $badChar) { yield "invalid format open $badChar" => ["array$badChar\\fooo"]; }