function ViewsUIWizardJumpMenuTestCase::createUserAndGetPath

Helper function to create a user and return its expected path.

File

tests/views_ui.test, line 781

Class

ViewsUIWizardJumpMenuTestCase
Tests the ability of the wizard to create views with a jump menu style.

Code

public function createUserAndGetPath() {
    $account = $this->drupalCreateUser();
    return entity_uri('user', $account);
}