/**
  * @expectedException \Exception
  * @expectedExceptionMessage Invalid JPG output quality set. Values should be from 1 - 100
  */
 public function testRunnerOnInvalidJPGQuality()
 {
     $runner = new ChainRunner();
     $runner->init($this->_basePath)->process("5639.jpg", -1);
 }