function ContextTest::testNullDataValue
@covers ::getContextData
      
    
File
- 
              core/tests/ Drupal/ Tests/ Core/ Plugin/ Context/ ContextTest.php, line 78 
Class
- ContextTest
- @coversDefaultClass \Drupal\Core\Plugin\Context\Context[[api-linebreak]] @group Plugin
Namespace
Drupal\Tests\Core\Plugin\ContextCode
public function testNullDataValue() {
  $this->setUpDefaultValue(NULL);
  $context = new Context($this->contextDefinition);
  $context->setTypedDataManager($this->typedDataManager);
  $this->assertEquals($this->typedData, $context->getContextData());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
