You are here

public function ParagraphsPackTestCase::testParagraphsPackParagraphBundleCreation in Paragraphs pack 7

Test function for paragraph bundle creation.

File

tests/paragraphs_pack.test, line 49
Paragraphs pack primary module's tests.

Class

ParagraphsPackTestCase
Test Case for Paragraphs pack primary module.

Code

public function testParagraphsPackParagraphBundleCreation() {
  $paragraph_bundle_loaded = paragraphs_bundle_load($this->paragraph_bundle_name) != FALSE;
  $this
    ->assertTrue($paragraph_bundle_loaded, t('The function for paragraph bundle creation works properly.'));
}