function HtmxUtilitiesTest::testHasAttribute
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Htmx/HtmxUtilitiesTest.php \Drupal\Tests\Core\Htmx\HtmxUtilitiesTest::testHasAttribute()
Test ::hasAttribute.
File
-
core/
tests/ Drupal/ Tests/ Core/ Htmx/ HtmxUtilitiesTest.php, line 50
Class
- HtmxUtilitiesTest
- Test all Htmx public utility methods.
Namespace
Drupal\Tests\Core\HtmxCode
public function testHasAttribute() : void {
$this->assertTrue($this->htmx
->hasAttribute('apple'));
$this->assertTrue($this->htmx
->hasAttribute('banana'));
$this->assertFalse($this->htmx
->hasAttribute('orange'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.