protected function FileStorageTest::setUp in Zircon Profile 8
Same name in this branch
- 8 core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php \Drupal\Tests\Component\PhpStorage\FileStorageTest::setUp()
- 8 core/modules/config/src/Tests/Storage/FileStorageTest.php \Drupal\config\Tests\Storage\FileStorageTest::setUp()
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php \Drupal\Tests\Component\PhpStorage\FileStorageTest::setUp()
Overrides PhpStorageTestBase::setUp
File
- core/
tests/ Drupal/ Tests/ Component/ PhpStorage/ FileStorageTest.php, line 29 - Contains \Drupal\Tests\Component\PhpStorage\FileStorageTest.
Class
- FileStorageTest
- @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage @group Drupal @group PhpStorage
Namespace
Drupal\Tests\Component\PhpStorageCode
protected function setUp() {
parent::setUp();
$this->standardSettings = array(
'directory' => $this->directory,
'bin' => 'test',
);
}