You are here

public function ParagraphsIdFeatureTestCase::testParagraphsIdFeatureNodeType in Paragraphs ID 7

Test content type stored in features.

File

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

Class

ParagraphsIdFeatureTestCase
Class ParagraphsIdFeatureTestCase

Code

public function testParagraphsIdFeatureNodeType() {
  $node_types = node_type_get_types();
  $this
    ->assertTrue(isset($node_types['pp_test_landing_page']), 'Node type landing page is available.');
}