Sulu\Bundle\TestBundle\Testing\SuluTestCase::getTestUserId PHP Method

getTestUserId() protected method

Return the ID of the test user (which is provided / created by the test_user_provider in this Bundle at runtime).
protected getTestUserId ( ) : integer
return integer
    protected function getTestUserId()
    {
        return $this->getTestUser()->getId();
    }