eZ\Bundle\EzPublishCoreBundle\Tests\Converter\LocationParamConverterTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->locationServiceMock = $this->getMock('eZ\\Publish\\API\\Repository\\LocationService');
        $this->converter = new LocationParamConverter($this->locationServiceMock);
    }