function FileStorageTest::setUp

Overrides PhpStorageTestBase::setUp

File

core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php, line 34

Class

FileStorageTest
Tests Drupal\Component\PhpStorage\FileStorage.

Namespace

Drupal\Tests\Component\PhpStorage

Code

protected function setUp() : void {
  parent::setUp();
  $this->standardSettings = [
    'directory' => $this->directory,
    'bin' => 'test',
  ];
}

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