function AttributeTest::testHasAttribute

@covers ::hasAttribute
@dataProvider providerTestHasAttribute

File

core/tests/Drupal/Tests/Core/Template/AttributeTest.php, line 487

Class

AttributeTest
@coversDefaultClass \Drupal\Core\Template\Attribute[[api-linebreak]] @group Template

Namespace

Drupal\Tests\Core\Template

Code

public function testHasAttribute(array $test_data, $test_attribute, $expected) {
  $attributes = new Attribute($test_data);
  $this->assertSame($expected, $attributes->hasAttribute($test_attribute));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.