protected function KernelLcaTest::setUp in Conflict 8
Overrides EntityKernelTestBase::setUp
File
- tests/
src/ Kernel/ KernelLcaTest.php, line 24
Class
- KernelLcaTest
- @group conflict
Namespace
Drupal\Tests\conflict\KernelCode
protected function setUp() {
// First setup the needed entity types before installing the views.
parent::setUp();
$this
->installEntitySchema('entity_test_rev');
}