1 views_ui.test ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath()

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

File

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

Class

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

Code

function createNodeAndGetPath() {
  $node = $this->backdropCreateNode();
  return entity_uri('node', $node);
}