eZ\Publish\Core\Repository\Tests\Service\Integration\ContentBase::testLoadContentInfoThrowsUnauthorizedException PHP Method

testLoadContentInfoThrowsUnauthorizedException() public method

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