function PhpStorageFactoryTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php, line 23

Class

PhpStorageFactoryTest
Tests the PHP storage factory.

Namespace

Drupal\Tests\system\Kernel\PhpStorage

Code

protected function setUp() : void {
  parent::setUp();
  // Empty the PHP storage settings, as KernelTestBase sets it by default.
  $settings = Settings::getAll();
  unset($settings['php_storage']);
  new Settings($settings);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.