Skip to content

Commit

Permalink
[6.3] Remove unused test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Oct 26, 2023
1 parent c186627 commit 683d3d7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Tests/ParameterBagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,15 +379,3 @@ public function testGetEnumThrowsExceptionWithInvalidValueType()
$this->assertNull($bag->getEnum('invalid-value', FooEnum::class));
}
}

class InputStringable
{
public function __construct(private string $value)
{
}

public function __toString(): string
{
return $this->value;
}
}

0 comments on commit 683d3d7

Please sign in to comment.