1 views_ui.test ViewsUIWizardJumpMenuTestCase::createUserAndGetPath()

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

File

core/modules/views/tests/views_ui.test, line 665
Tests Views UI Wizard.

Class

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

Code

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