public function ParagraphsPackContentTestCase::testParagraphsPackContentFieldsExistence in Paragraphs pack 7
Test fields and instances existence.
File
- modules/paragraphs_pack_content/ tests/ paragraphs_pack_content.test, line 48 
Class
- ParagraphsPackContentTestCase
- Test case for Paragraphs pack content.
Code
public function testParagraphsPackContentFieldsExistence() {
  $this
    ->check_field_existence(PP_FIELD_TITLE, PP_BUNDLE_CONTENT);
  $this
    ->check_field_existence(PP_FIELD_BODY, PP_BUNDLE_CONTENT);
}