eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::testLoadContentInfoByRemoteIdThrowsUnauthorizedException PHP Метод

testLoadContentInfoByRemoteIdThrowsUnauthorizedException() публичный Метод

Test for the loadContentInfoByRemoteId() method.
    public function testLoadContentInfoByRemoteIdThrowsUnauthorizedException()
    {
        // Set anonymous as current user
        $this->repository->setCurrentUser($this->getStubbedUser(10));
        $this->repository->getContentService()->loadContentInfoByRemoteId('f5c88a2209584891056f987fd965b0ba');
    }
ContentBase