You are here

function ParagraphsIdTestCase::openNewContentPage in Paragraphs ID 7

Open the page for creating new content (Test Landing page in this case).

1 call to ParagraphsIdTestCase::openNewContentPage()
ParagraphsIdTestCase::createNewTestNode in tests/paragraphs_id.test
Create new test node.

File

tests/paragraphs_id.test, line 60
Paragraphs pack primary module's tests.

Class

ParagraphsIdTestCase
Class ParagraphsIdTestCase

Code

function openNewContentPage() {
  $new_landing_page_path = 'node/add/pp-test-landing-page';
  $this
    ->drupalGet($new_landing_page_path);
}