function ProceduralApiDeprecationTest::setUp

File

core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php, line 24

Class

ProceduralApiDeprecationTest
Tests the deprecation of global rendering functions.

Namespace

Drupal\Tests\Core\Render\Element

Code

public function setUp() : void {
  parent::setUp();
  include_once $this->root . '/core/includes/common.inc';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.