Esempio n. 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInvalidConverterException()
 {
     $file = new SubripFile();
     $file->convertTo('foor');
 }