protected function TimestampSchemaTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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\DatetimeCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('entity_test');
}