Skip to content

Commit 22f1ea0

Browse files
committed
minor symfony#52311 [6.3] Remove unused test fixture (fancyweb)
This PR was merged into the 6.3 branch. Discussion ---------- [6.3] Remove unused test fixture | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- 135baad [6.3] Remove unused test fixture
2 parents 3a78c70 + 135baad commit 22f1ea0

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)