public static property LocaleTranslateStringTourTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/tests/src/Functional/LocaleTranslateStringTourTest.php \Drupal\Tests\locale\Functional\LocaleTranslateStringTourTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslateStringTourTest.php, line 26
Class
- LocaleTranslateStringTourTest
- Tests the Translate Interface tour.
Namespace
Drupal\Tests\locale\FunctionalCode
public static $modules = [
'locale',
'tour',
];