protected static property OptionalContextConditionTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php \Drupal\KernelTests\Core\Plugin\Condition\OptionalContextConditionTest::modules
- 9 core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php \Drupal\KernelTests\Core\Plugin\Condition\OptionalContextConditionTest::modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ OptionalContextConditionTest.php, line 22
Class
- OptionalContextConditionTest
- Tests a condition with optional context.
Namespace
Drupal\KernelTests\Core\Plugin\ConditionCode
protected static $modules = [
'system',
'user',
'condition_test',
'node',
];