You are here

protected static property ThemeTokenTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php \Drupal\Tests\system\Functional\Theme\ThemeTokenTest::modules
  2. 9 core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php \Drupal\Tests\system\Functional\Theme\ThemeTokenTest::modules

We want to visit the 'admin/structure/block' page.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php, line 19

Class

ThemeTokenTest
Tests the generation of 'theme_token' key in Drupal settings.

Namespace

Drupal\Tests\system\Functional\Theme

Code

protected static $modules = [
  'block',
];