function ProceduralApiDeprecationTest::setUp
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php \Drupal\Tests\Core\Render\Element\ProceduralApiDeprecationTest::setUp()
Overrides UnitTestCase::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\ElementCode
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.