public function ParagraphsPackContentTestCase::testParagraphsPackContentBundle in Paragraphs pack 7
Paragraph Content bundle should be created.
File
- modules/
paragraphs_pack_content/ tests/ paragraphs_pack_content.test, line 41
Class
- ParagraphsPackContentTestCase
- Test case for Paragraphs pack content.
Code
public function testParagraphsPackContentBundle() {
$this
->check_bundle_existence(PP_BUNDLE_CONTENT);
}