eZ\Publish\Core\Pagination\Tests\ContentSearchHitAdapterTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->searchService = $this->getMock('eZ\\Publish\\API\\Repository\\SearchService');
    }