updateQuality(); $this->assertSame(9, $items[0]->sell_in); $this->assertSame(19, $items[0]->quality); $this->assertSame(1, $items[1]->sell_in); $this->assertSame(1, $items[1]->quality); $this->assertSame(0, $items[2]->sell_in); $this->assertSame(80, $items[2]->quality); } }