Skip to content

Commit 135baad

Browse files
committed
[6.3] Remove unused test fixture
1 parent 3a78c70 commit 135baad

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,3 @@ public function testGetEnumThrowsExceptionWithInvalidValueType()
379379
$this->assertNull($bag->getEnum('invalid-value', FooEnum::class));
380380
}
381381
}
382-
383-
class InputStringable
384-
{
385-
public function __construct(private string $value)
386-
{
387-
}
388-
389-
public function __toString(): string
390-
{
391-
return $this->value;
392-
}
393-
}

0 commit comments

Comments
 (0)