You are here

public function EntityBackgroundFeatureTestCase::testEntityBackgroundTestParagraph in Entity background 7

Test paragraphs stored in features.

File

tests/entity_background.test, line 165
Test classes for Entity backgrounds.

Class

EntityBackgroundFeatureTestCase
Class EntityBackgroundFeatureTestCase

Code

public function testEntityBackgroundTestParagraph() {
  $paragraph = paragraphs_bundle_load('eb_content_test');
  $this
    ->assertTrue(isset($paragraph), 'Found test paragraph.');
}