protected function GeofieldItemTest::setUp in Geofield 8
Set the default field storage backend for fields created during tests.
Overrides FieldKernelTestBase::setUp
File
- tests/
src/ Kernel/ GeofieldItemTest.php, line 43
Class
- GeofieldItemTest
- Tests using entity fields of the geofield field type.
Namespace
Drupal\Tests\geofield\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('entity_test_rev');
}