protected static property UpdateManagerUpdateTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php \Drupal\Tests\update\Functional\UpdateManagerUpdateTest::modules
 
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ update/ tests/ src/ Functional/ UpdateManagerUpdateTest.php, line 19  
Class
- UpdateManagerUpdateTest
 - Tests the Update Manager module's 'Update' form and functionality.
 
Namespace
Drupal\Tests\update\FunctionalCode
protected static $modules = [
  'update',
  'update_test',
  'aaa_update_test',
  'bbb_update_test',
];