コード例 #1
0
 public function testIndexAction()
 {
     $model = $this->controller->indexAction();
     $this->assertInstanceOf('Zend\\View\\Model\\ViewModel', $model);
 }