public function ParagraphsIdTestCase::createNewTestNode in Paragraphs ID 7
Create new test node.
This new node has one test paragraphs bundle assigned.
1 call to ParagraphsIdTestCase::createNewTestNode()
- ParagraphsIdTestCase::testParagraphsIdItemClass in tests/
paragraphs_id.test  - Test paragraphs item id class.
 
File
- tests/
paragraphs_id.test, line 51  - Paragraphs pack primary module's tests.
 
Class
- ParagraphsIdTestCase
 - Class ParagraphsIdTestCase
 
Code
public function createNewTestNode() {
  $this
    ->openNewContentPage();
  $this
    ->clickAddParagraphButton();
  $this
    ->saveCurrentForm();
}