eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\Filter\Loader\ReduceNoiseFilterLoaderTest::testLoadInvalidDriver PHP Method

testLoadInvalidDriver() public method

    public function testLoadInvalidDriver()
    {
        $this->loader->load($this->getMock('\\Imagine\\Image\\ImageInterface'));
    }
ReduceNoiseFilterLoaderTest