eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\Filter\Loader\ReduceNoiseFilterLoaderTest::testLoadInvalidDriver PHP Méthode

testLoadInvalidDriver() public méthode

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