You are here

public static property UpdateDeleteFileIfStaleTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php \Drupal\update\Tests\UpdateDeleteFileIfStaleTest::modules

Modules to enable.

Type: array

File

core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php, line 22
Contains \Drupal\update\Tests\UpdateDeleteFileIfStaleTest.

Class

UpdateDeleteFileIfStaleTest
Tests the update_delete_file_if_stale() function.

Namespace

Drupal\update\Tests

Code

public static $modules = array(
  'update',
);