Exemplo n.º 1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testRawRunRuntimeException()
 {
     $this->wrapper->rawRun('mogrify "somefailingstructure');
 }