/** * Test * * @return void */ public function testGetView() { $this->assertInstanceOf('Gc\\View\\Model', $this->object->getView()); }