function ParagraphsPackFeatureWebTestCase::load_create_new_content_page in Paragraphs pack 7
Load the page for creating new content (Landing page in this case).
1 call to ParagraphsPackFeatureWebTestCase::load_create_new_content_page()
File
- tests/
paragraphs_pack.test_helper.inc, line 85  - Paragraphs pack content module's tests.
 
Class
- ParagraphsPackFeatureWebTestCase
 - Class ParagraphsPackWebTestCase
 
Code
function load_create_new_content_page() {
  $new_landing_page_path = 'node/add/pp-test-landing-page';
  $this
    ->drupalGet($new_landing_page_path);
}