function HtmxRequestInfoTest::setUp

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php, line 30

Class

HtmxRequestInfoTest
Test all HtmxRequestInfoTrait methods.

Namespace

Drupal\Tests\Core\Htmx

Code

protected function setUp() : void {
  parent::setUp();
  $this->request = new Request();
}

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