Beispiel #1
0
 public function testCommandOutputIsIncludedInResult()
 {
     $result = $this->exec->setCmd("bash -c 'echo TEST_OUTPUT'")->run();
     $this->assertContains('TEST_OUTPUT', $result->getOutput());
 }