You are here

protected function GeoLocatorPluginTest::setUp in GeoIP API 8.2

Overrides KernelTestBase::setUp

File

tests/src/Kernel/GeoLocatorPluginTest.php, line 22

Class

GeoLocatorPluginTest
Tests the default GeoLocator plugins.

Namespace

Drupal\Tests\geoip\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'file');
}