eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\Filter\Loader\ScaleHeightDownOnlyFilterLoaderTest::testLoadInvalid PHP 메소드

testLoadInvalid() 공개 메소드

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