Only works with Imagick / Gmagick.
Inheritance: implements Liip\ImagineBundle\Imagine\Filter\Loader\LoaderInterface
 /**
  * @expectedException \Imagine\Exception\NotSupportedException
  */
 public function testLoadInvalidDriver()
 {
     $this->loader->load($this->getMock('\\Imagine\\Image\\ImageInterface'));
 }