ThemeUiTest::$testModules

Modules used for testing.

Type: array

File

core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php, line 25

Class

ThemeUiTest
Tests the theme UI.

Namespace

Drupal\Tests\system\Functional\Theme

Code

protected $testModules = [
  'help' => 'Help',
  'test_module_required_by_theme' => 'Test Module Required by Theme',
  'test_another_module_required_by_theme' => 'Test Another Module Required by Theme',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.