You are here

protected static property ColorTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/color/tests/src/Functional/ColorTest.php \Drupal\Tests\color\Functional\ColorTest::modules
  2. 9 core/modules/color/tests/src/Kernel/Plugin/migrate/source/d7/ColorTest.php \Drupal\Tests\color\Kernel\Plugin\migrate\source\d7\ColorTest::modules
Same name and namespace in other branches
  1. 8 core/modules/color/tests/src/Functional/ColorTest.php \Drupal\Tests\color\Functional\ColorTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/color/tests/src/Functional/ColorTest.php, line 20

Class

ColorTest
Modify the Bartik theme colors and make sure the changes are reflected on the frontend.

Namespace

Drupal\Tests\color\Functional

Code

protected static $modules = [
  'color',
  'color_test',
  'block',
  'file',
];