You are here

protected function TimestampSchemaTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php \Drupal\KernelTests\Core\Datetime\TimestampSchemaTest::setUp()

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php, line 27

Class

TimestampSchemaTest
Tests timestamp schema.

Namespace

Drupal\KernelTests\Core\Datetime

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_test');
}