function ElementTest::testIsRenderArray
@covers ::isRenderArray
@dataProvider dataProviderIsRenderArray
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ ElementTest.php, line 232
Class
- ElementTest
- @coversDefaultClass \Drupal\Core\Render\Element[[api-linebreak]] @group Render
Namespace
Drupal\Tests\Core\RenderCode
public function testIsRenderArray($build, $expected) : void {
$this->assertSame($expected, Element::isRenderArray($build));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.