You are here

protected function WktGeneratorTest::setUp in Geofield 8

Overrides KernelTestBase::setUp

File

tests/src/Kernel/WktGeneratorTest.php, line 73

Class

WktGeneratorTest
Tests WktGenerator.

Namespace

Drupal\Tests\geofield\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this->wktGenerator = \Drupal::service('geofield.wkt_generator');
}