eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\BinaryLoaderTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->ioService = $this->getMock('eZ\\Publish\\Core\\IO\\IOServiceInterface');
        $this->extensionGuesser = $this->getMock('Symfony\\Component\\HttpFoundation\\File\\MimeType\\ExtensionGuesserInterface');
        $this->binaryLoader = new BinaryLoader($this->ioService, $this->extensionGuesser);
    }