function HelpTopicTest::register

Same name and namespace in other branches
  1. 11.x core/modules/help/tests/src/Kernel/HelpTopicTest.php \Drupal\Tests\help\Kernel\HelpTopicTest::register()

File

core/modules/help/tests/src/Kernel/HelpTopicTest.php, line 64

Class

HelpTopicTest
Verifies help topic display and user access to help based on permissions.

Namespace

Drupal\Tests\help\Kernel

Code

public function register(ContainerBuilder $container) : void {
  parent::register($container);
  $container->setParameter('http.response.debug_cacheability_headers', TRUE);
}

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