コード例 #1
0
ファイル: ActionTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetRouteMatch()
 {
     $this->object->getEvent()->setRouteMatch(new RouteMatch(array('controller' => 'controller')));
     $this->assertInstanceOf('Zend\\Mvc\\Router\\RouteMatch', $this->object->getRouteMatch());
 }