/** * @covers Image\Reader\Adapter\Ico::setBackground */ public function testSetBackground() { $this->assertInstanceOf(get_class($this->object), $this->object->setBackground(255, 255, 255)); }