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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->innerLoader = $this->getMock('Liip\\ImagineBundle\\Imagine\\Filter\\Loader\\LoaderInterface');
        $this->loader = new ScaleHeightDownOnlyFilterLoader();
        $this->loader->setInnerLoader($this->innerLoader);
    }
ScaleHeightDownOnlyFilterLoaderTest