public static property LocaleUpdateBase::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/locale/src/Tests/LocaleUpdateBase.php \Drupal\locale\Tests\LocaleUpdateBase::modules
Modules to enable.
Type: array
File
- core/
modules/ locale/ src/ Tests/ LocaleUpdateBase.php, line 52 - Contains \Drupal\locale\Tests\LocaleUpdateBase.
Class
- LocaleUpdateBase
- Base class for testing updates to string translations.
Namespace
Drupal\locale\TestsCode
public static $modules = array(
'locale',
'locale_test',
);