eZ\Publish\Core\Repository\Tests\Service\Integration\Legacy\TrashTest::getRepository PHP 메소드

getRepository() 보호된 메소드

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