protected function CourierGlobalCollectionEntityTest::setUp in Courier 8
Same name and namespace in other branches
- 2.x 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\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('courier_template_collection');
$this
->installEntitySchema('courier_email');
}