public function ParagraphsPackjuiceboxTestCase::testParagraphsPackjuiceboxFieldsExistence in Paragraphs pack 7
Test fields and instances existence.
File
- modules/
paragraphs_pack_juicebox/ tests/ paragraphs_pack_juicebox.test, line 48
Class
- ParagraphsPackjuiceboxTestCase
- Test case for Paragraphs pack juicebox.
Code
public function testParagraphsPackjuiceboxFieldsExistence() {
$this
->check_field_existence(PP_FIELD_TITLE, PP_BUNDLE_JUICEBOX);
$this
->check_field_existence(PP_FIELD_IMAGE, PP_BUNDLE_JUICEBOX);
}