function HtmxUtilitiesTest::testGetHeaders
Test ::getHeaders().
File
-
core/
tests/ Drupal/ Tests/ Core/ Htmx/ HtmxUtilitiesTest.php, line 83
Class
- HtmxUtilitiesTest
- Test all Htmx public utility methods.
Namespace
Drupal\Tests\Core\HtmxCode
public function testGetHeaders() : void {
$headers = $this->htmx
->getHeaders();
$this->assertEquals(2, $headers->count());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.