Ejemplo n.º 1
0
 /**
  * Tests the interlace() method.
  */
 public function testInterlace()
 {
     $image = new Image(new \DOMDocument(), new MetadataBag());
     $this->setExpectedException('Imagine\\Exception\\RuntimeException');
     $image->interlace('');
 }