You are here

protected function GTMTestBase::setUp in GoogleTagManager 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/GTMTestBase.php, line 65

Class

GTMTestBase
Tests the Google Tag Manager.

Namespace

Drupal\Tests\google_tag\Functional

Code

protected function setUp() {
  $this->defaultTheme = 'stark';
  parent::setUp();
  $this->basePath = $this
    ->config('google_tag.settings')
    ->get('uri');
}