You are here

protected function KernelTestBase::setUp in JSON Field 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/KernelTestBase.php, line 32

Class

KernelTestBase
Class KernelTestBase.

Namespace

Drupal\Tests\json_field\Kernel

Code

protected function setUp() {
  FileCacheFactory::setPrefix(Settings::getApcuPrefix('file_cache', $this->root));
  parent::setUp();
  $this
    ->installEntitySchema('user');
  $this
    ->installEntitySchema('entity_test');
}