function ElementTest::testIsEmpty
Tests is empty.
@legacy-covers ::isEmpty
Attributes
#[DataProvider('providerTestIsEmpty')]
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ ElementTest.php, line 189
Class
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.