Skip to content

Commit 683d3d7

Browse files
committed
[6.3] Remove unused test fixture
1 parent c186627 commit 683d3d7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/ParameterBagTest.php

-12
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)