You are here

public function ContextAwarePluginTraitTest::testGetContextDefinitions in Drupal 9

@covers ::getContextDefinitions

File

core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php, line 59

Class

ContextAwarePluginTraitTest
@coversDefaultClass \Drupal\Core\Plugin\ContextAwarePluginTrait

Namespace

Drupal\KernelTests\Core\Plugin\Context

Code

public function testGetContextDefinitions() {
  $this
    ->assertIsArray($this->plugin
    ->getContextDefinitions());
}