function TimestampSchemaTest::setUp
Same name in other branches
- 9 core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php \Drupal\KernelTests\Core\Datetime\TimestampSchemaTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php \Drupal\KernelTests\Core\Datetime\TimestampSchemaTest::setUp()
- 11.x 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() {
parent::setUp();
$this->installEntitySchema('entity_test');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.