function TokenReplaceKernelTest::setUp
Same name in other branches
- 9 core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php \Drupal\Tests\system\Kernel\Token\TokenReplaceKernelTest::setUp()
- 8.9.x core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php \Drupal\Tests\system\Kernel\Token\TokenReplaceKernelTest::setUp()
- 11.x core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php \Drupal\Tests\system\Kernel\Token\TokenReplaceKernelTest::setUp()
Overrides TokenReplaceKernelTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Kernel/ Token/ TokenReplaceKernelTest.php, line 25
Class
- TokenReplaceKernelTest
- Tests token replacement.
Namespace
Drupal\Tests\system\Kernel\TokenCode
protected function setUp() : void {
parent::setUp();
// Set the site name to something other than an empty string.
$this->config('system.site')
->set('name', 'Drupal')
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.