public property TestContextAwarePlugin::$setContextCalled in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php \Drupal\KernelTests\Core\Plugin\Context\TestContextAwarePlugin::setContextCalled
Indicates if ::setContext() has been called or not.
Type: bool
File
- core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Context/ ContextAwarePluginBaseTest.php, line 119
Class
Namespace
Drupal\KernelTests\Core\Plugin\ContextCode
public $setContextCalled = FALSE;