public static property UpdateContribTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/update/src/Tests/UpdateContribTest.php \Drupal\update\Tests\UpdateContribTest::modules
Modules to enable.
Type: array
File
- core/
modules/ update/ src/ Tests/ UpdateContribTest.php, line 26 - Contains \Drupal\update\Tests\UpdateContribTest.
Class
- UpdateContribTest
- Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data.
Namespace
Drupal\update\TestsCode
public static $modules = array(
'update_test',
'update',
'aaa_update_test',
'bbb_update_test',
'ccc_update_test',
);