function ElementTest::testIgnoredChildren
Tests the children() method with an ignored key/value pair.
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ ElementTest.php, line 119
Class
- ElementTest
- @coversDefaultClass \Drupal\Core\Render\Element[[api-linebreak]] @group Render
Namespace
Drupal\Tests\Core\RenderCode
public function testIgnoredChildren() : void {
$element = [
'foo' => NULL,
];
$this->assertSame([], Element::children($element));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.