eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\Filter\UnsupportedFilterTest::testLoad PHP 메소드

testLoad() 공개 메소드

public testLoad ( )
    public function testLoad()
    {
        $filter = new UnsupportedFilter();
        $filter->apply($this->getMock('\\Imagine\\Image\\ImageInterface'));
    }
UnsupportedFilterTest