Ejemplo n.º 1
0
 public function testExecuteInteractiveWithNo()
 {
     $this->deploymentConfig->expects($this->once())->method('get')->will($this->returnValue('localhost'));
     $this->configModel->expects($this->once())->method('process')->with([]);
     $this->checkInteraction(false);
 }