You are here

protected static property UpdateDeleteFileIfStaleTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php \Drupal\Tests\update\Kernel\UpdateDeleteFileIfStaleTest::modules
  2. 9 core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php \Drupal\Tests\update\Kernel\UpdateDeleteFileIfStaleTest::modules

File

core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php, line 17

Class

UpdateDeleteFileIfStaleTest
Tests the update_delete_file_if_stale() function.

Namespace

Drupal\Tests\update\Kernel

Code

protected static $modules = [
  'system',
  'update',
];