function ElementTest::testSetAttributes
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testSetAttributes()
- 8.9.x core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testSetAttributes()
- 11.x core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testSetAttributes()
Tests the setAttributes() method.
@dataProvider providerTestSetAttributes
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ ElementTest.php, line 164
Class
- ElementTest
- @coversDefaultClass \Drupal\Core\Render\Element @group Render
Namespace
Drupal\Tests\Core\RenderCode
public function testSetAttributes($element, $map, $expected_element) : void {
Element::setAttributes($element, $map);
$this->assertSame($expected_element, $element);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.