You are here

protected function EckEntityTest::setUp in Entity Construction Kit (ECK) 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/EckEntityTest.php, line 26

Class

EckEntityTest
Tests the ECK entity class.

Namespace

Drupal\Tests\eck\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig('eck');
}