コード例 #1
0
ファイル: ControllerTestCase.php プロジェクト: studio-v/nano
 /**
  * @return string
  * @param string $controller
  * @param string $action
  */
 protected function runAction($controller, $action)
 {
     return $this->dispatcher->clean()->run(Nano_Route::create('', $controller, $action));
 }