function KernelTestHttpRequestTest::setUp

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php \Drupal\KernelTests\KernelTestHttpRequestTest::setUp()

File

core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php, line 36

Class

KernelTestHttpRequestTest
Tests making HTTP requests in a kernel test.

Namespace

Drupal\KernelTests

Code

protected function setUp() : void {
  parent::setUp();
}

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