eZ\Publish\Core\Repository\Tests\Service\Integration\Base::setUp PHP Method

setUp() protected method

Setup test.
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->repository = static::getRepository();
        $this->repository->setCurrentUser($this->getStubbedUser(14));
    }