You are here

protected property FileSystemTempDirectoryTest::$fileSystem in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php \Drupal\KernelTests\Core\File\FileSystemTempDirectoryTest::fileSystem

The file system under test.

Type: \Drupal\Core\File\FileSystemInterface

File

core/tests/Drupal/KernelTests/Core/File/FileSystemTempDirectoryTest.php, line 29

Class

FileSystemTempDirectoryTest
Tests for getTempDirectory on FileSystem.

Namespace

Drupal\KernelTests\Core\File

Code

protected $fileSystem;