public function testInstallDeploymentConfigAction()
 {
     $this->installer->expects($this->once())->method('checkInstallationFilePermissions');
     $this->installer->expects($this->once())->method('installDeploymentConfig')->with($this->parameters);
     $this->controller->installDeploymentConfigAction();
 }