function HtmxRequestInfoTest::setUp
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Htmx/HtmxRequestInfoTest.php \Drupal\Tests\Core\Htmx\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\HtmxCode
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.