function DateFormatsLockedTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Kernel/ System/ DateFormatsLockedTest.php, line 31
Class
- DateFormatsLockedTest
- Tests the locked functionality of date formats.
Namespace
Drupal\Tests\system\Kernel\SystemCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('user');
$this->installConfig([
'system',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.