You are here

protected function RelationEntityTest::setUp in CRM Core 8.3

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

Overrides KernelTestBase::setUp

File

modules/crm_core_user_sync/tests/src/Kernel/RelationEntityTest.php, line 29

Class

RelationEntityTest
Tests the relation entity class.

Namespace

Drupal\Tests\crm_core_user_sync\Kernel

Code

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