/**
  * Tests IndexController->__construct()
  */
 public function test__construct()
 {
     $this->indexController->__construct();
     $this->assertClassHasAttribute('errorResponse', 'Application\\Controller\\IndexController');
 }