function ContextAwarePluginBaseTest::testGetContextValue

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php \Drupal\KernelTests\Core\Plugin\Context\ContextAwarePluginBaseTest::testGetContextValue()

@covers ::getContextValue

File

core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php, line 70

Class

ContextAwarePluginBaseTest
@coversDefaultClass <a href="/api/drupal/core%21lib%21Drupal%21Core%21Plugin%21ContextAwarePluginBase.php/class/ContextAwarePluginBase/9" title="Base class for plugins that are context aware." class="local">\Drupal\Core\Plugin\ContextAwarePluginBase</a>

Namespace

Drupal\KernelTests\Core\Plugin\Context

Code

public function testGetContextValue() {
    // Assert that the context value passed in the plugin configuration is
    // available.
    $this->assertSame('Alpha', $this->plugin
        ->getContextValue('nato_letter'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.