load() public method

public load ( Imagine\Image\ImageInterface $image, array $options = [] )
$image Imagine\Image\ImageInterface
$options array
 /**
  * @expectedException \Imagine\Exception\NotSupportedException
  */
 public function testLoadInvalidDriver()
 {
     $this->loader->load($this->getMock('\\Imagine\\Image\\ImageInterface'));
 }