function FileStorageTest::setUp
Overrides PhpStorageTestBase::setUp
File
-
core/
tests/ Drupal/ Tests/ Component/ PhpStorage/ FileStorageTest.php, line 32
Class
- FileStorageTest
- @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage[[api-linebreak]] @group Drupal @group PhpStorage
Namespace
Drupal\Tests\Component\PhpStorageCode
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.