function HtmxUtilitiesTest::testGetHeaders

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php \Drupal\Tests\Core\Htmx\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\Htmx

Code

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.