eZ\Publish\Core\Repository\Tests\Service\Integration\Legacy\UserTest::getRepository PHP Метод

getRepository() защищенный Метод

protected getRepository ( )
    protected function getRepository()
    {
        try {
            return Utils::getRepository();
        } catch (Exception $e) {
            $this->markTestIncomplete($e->getMessage());
        }
    }