getOutput() public méthode

Get output
public getOutput ( $key ) : string
$key
Résultat string
 public function testOutputThatDoesntExist()
 {
     $this->setExpectedException('Exception', "Output 'DoesNotExist' not found in stack 'test-stack1'");
     $this->stack->getOutput('DoesNotExist');
 }