function ParagraphsIdTestCase::openCreatedNodePage in Paragraphs ID 7
Open created node page.
1 call to ParagraphsIdTestCase::openCreatedNodePage()
- ParagraphsIdTestCase::testParagraphsIdItemClass in tests/
paragraphs_id.test - Test paragraphs item id class.
File
- tests/
paragraphs_id.test, line 87 - Paragraphs pack primary module's tests.
Class
- ParagraphsIdTestCase
- Class ParagraphsIdTestCase
Code
function openCreatedNodePage() {
$node_page = 'node/1';
$this
->drupalGet($node_page);
}