You are here

protected static property UpdateReportTest::$modules in Drupal 10

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

File

core/modules/update/tests/src/Kernel/UpdateReportTest.php, line 23

Class

UpdateReportTest
Tests update report functionality.

Namespace

Drupal\Tests\update\Kernel

Code

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