eZ\Bundle\EzPublishCoreBundle\Tests\Converter\LocationParamConverterTest::setUp PHP 메소드

setUp() 공개 메소드

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