You are here

protected function CourierGlobalCollectionEntityTest::setUp in Courier 2.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/CourierGlobalCollectionEntityTest.php \Drupal\Tests\courier\Kernel\CourierGlobalCollectionEntityTest::setUp()

Overrides KernelTestBase::setUp

File

tests/src/Kernel/CourierGlobalCollectionEntityTest.php, line 18

Class

CourierGlobalCollectionEntityTest
Tests Courier global template collections entities.

Namespace

Drupal\Tests\courier\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('courier_template_collection');
  $this
    ->installEntitySchema('courier_email');
}