Ejemplo n.º 1
0
 public function testAllModulesValidAction()
 {
     $jsonModel = $this->controller->allModulesValidAction();
     $this->assertInstanceOf('Zend\\View\\Model\\JsonModel', $jsonModel);
     $variables = $jsonModel->getVariables();
     $this->assertArrayHasKey('success', $variables);
     $this->assertTrue($variables['success']);
 }