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