public function ParagraphsIdFeatureTestCase::testParagraphsIdFeatureAddNewLandingPage in Paragraphs ID 7
Test content type stored in features.
File
- tests/
paragraphs_id.test, line 127 - Paragraphs pack primary module's tests.
Class
- ParagraphsIdFeatureTestCase
- Class ParagraphsIdFeatureTestCase
Code
public function testParagraphsIdFeatureAddNewLandingPage() {
// Go to test content type.
$this
->drupalGet('node/add/pp-test-landing-page');
$this
->assertText('Paragraphs', 'Found paragraphs field');
}