Gc\Mvc\Controller\ActionTest::testGetRouteMatch PHP Method

testGetRouteMatch() public method

Test
public testGetRouteMatch ( ) : void
return void
    public function testGetRouteMatch()
    {
        $this->object->getEvent()->setRouteMatch(new RouteMatch(array('controller' => 'controller')));
        $this->assertInstanceOf('Zend\\Mvc\\Router\\RouteMatch', $this->object->getRouteMatch());
    }