setBackgroundColor($color); $this->assertEquals($color, $pixel->backgroundColor()); $this->assertInstanceOf(Pixel::class, $result); } }