eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\Filter\Loader\ScaleHeightDownOnlyFilterLoaderTest::testLoadInvalid PHP Method

testLoadInvalid() public method

public testLoadInvalid ( )
    public function testLoadInvalid()
    {
        $this->loader->load($this->getMock('\\Imagine\\Image\\ImageInterface'), array());
    }
ScaleHeightDownOnlyFilterLoaderTest