function ElementTest::testVisibleChildren
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testVisibleChildren()
- 8.9.x core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testVisibleChildren()
- 11.x core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testVisibleChildren()
Tests the visibleChildren() method.
@dataProvider providerVisibleChildren
Parameters
array $element: The test element array.
array $expected_keys: The expected keys to be returned from Element::getVisibleChildren().
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ ElementTest.php, line 136
Class
- ElementTest
- @coversDefaultClass \Drupal\Core\Render\Element @group Render
Namespace
Drupal\Tests\Core\RenderCode
public function testVisibleChildren(array $element, array $expected_keys) : void {
$this->assertSame($expected_keys, Element::getVisibleChildren($element));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.