function HtmxUtilitiesTest::testGetAttributes
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php \Drupal\Tests\Core\Htmx\HtmxUtilitiesTest::testGetAttributes()
Test ::getAttributes.
File
-
core/
tests/ Drupal/ Tests/ Core/ Htmx/ HtmxUtilitiesTest.php, line 75
Class
- HtmxUtilitiesTest
- Test all Htmx public utility methods.
Namespace
Drupal\Tests\Core\HtmxCode
public function testGetAttributes() : void {
$attributes = $this->htmx
->getAttributes();
$this->assertEquals(2, count($attributes->storage()));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.