eZ\Publish\Core\Repository\Tests\Service\Integration\Legacy\TrashTest::getRepository PHP Method

getRepository() protected method

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