/** * Test * * @return void */ public function testGetEmptyIcon() { $this->object->getDocumentType()->setIconId(42000); $this->assertFalse($this->object->getIcon()); }