You are here

protected function EntityControllerCacheTest::setUp in Apigee Edge 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/EntityControllerCacheTest.php, line 58

Class

EntityControllerCacheTest
Apigee Edge entity controller cache tests.

Namespace

Drupal\Tests\apigee_edge\Kernel

Code

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