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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->filter = $this->getMock('\\eZ\\Bundle\\EzPublishCoreBundle\\Imagine\\Filter\\FilterInterface');
        $this->loader = new SwirlFilterLoader($this->filter);
    }