mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-14 22:21:20 +00:00
To simplify code, remove unused method
This commit is contained in:
parent
ece62c0dce
commit
4b6a8a1ac7
@ -18,12 +18,6 @@ class ServiceLevelContext implements Context
|
||||
|
||||
private GildedRose $gildedRose;
|
||||
|
||||
#[Then('I should see :expectedOutput')]
|
||||
public function iShouldSee(string $expectedOutput): void
|
||||
{
|
||||
Assert::assertEquals([$expectedOutput], $this->result);
|
||||
}
|
||||
|
||||
#[Given('an item with a sell-in of :initialSellIn and a quality of :initialQuality')]
|
||||
public function anItemWithASellInOfAndAQualityOf(int $initialSellIn, int $initialQuality): void
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user