You are here

protected static property CurrentThemeConditionTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php \Drupal\KernelTests\Core\Plugin\Condition\CurrentThemeConditionTest::modules
  2. 9 core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php \Drupal\KernelTests\Core\Plugin\Condition\CurrentThemeConditionTest::modules

File

core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php, line 18

Class

CurrentThemeConditionTest
Tests the CurrentThemeCondition plugin.

Namespace

Drupal\KernelTests\Core\Plugin\Condition

Code

protected static $modules = [
  'system',
  'theme_test',
];