public function ParagraphsPackjuiceboxTestCase::testParagraphsPackjuiceboxBundle in Paragraphs pack 7
Paragraph juicebox bundle should be created.
File
- modules/
paragraphs_pack_juicebox/ tests/ paragraphs_pack_juicebox.test, line 41
Class
- ParagraphsPackjuiceboxTestCase
- Test case for Paragraphs pack juicebox.
Code
public function testParagraphsPackjuiceboxBundle() {
$this
->check_bundle_existence(PP_BUNDLE_JUICEBOX);
}