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