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\KernelCode
protected function setUp() {
parent::setUp();
$this
->installConfig('eck');
}