You are here

protected static property ScanDirectoryTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php \Drupal\KernelTests\Core\File\ScanDirectoryTest::modules
  2. 9 core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php \Drupal\KernelTests\Core\File\ScanDirectoryTest::modules

Modules to enable.

Type: array

Overrides FileTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php, line 18

Class

ScanDirectoryTest
Tests \Drupal\Core\File\FileSystem::scanDirectory.

Namespace

Drupal\KernelTests\Core\File

Code

protected static $modules = [
  'file_test',
];