function ElementTest::testIsRenderArray

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testIsRenderArray()
  2. 10 core/tests/Drupal/Tests/Core/Render/ElementTest.php \Drupal\Tests\Core\Render\ElementTest::testIsRenderArray()

Tests is render array.

Attributes

#[DataProvider('dataProviderIsRenderArray')]

File

core/tests/Drupal/Tests/Core/Render/ElementTest.php, line 255

Class

ElementTest
Tests Drupal\Core\Render\Element.

Namespace

Drupal\Tests\Core\Render

Code

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.