function DateFormatsLockedTest::setUp

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/src/Kernel/System/DateFormatsLockedTest.php \Drupal\Tests\system\Kernel\System\DateFormatsLockedTest::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\System

Code

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.