eZ\Publish\Core\MVC\Symfony\Cache\Tests\Http\EventListener\ParentLocationsListenerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->locationService = $this->getMock('\\eZ\\Publish\\API\\Repository\\LocationService');
        $this->listener = new ParentLocationsListener($this->locationService);
    }