function ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath

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

File

tests/views_ui.test, line 773

Class

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

Code

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