You are here

protected function GTMTestBase::verifyNoScriptTagInline in GoogleTagManager 8

Verify the tag in page response.

File

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

Class

GTMTestBase
Tests the Google Tag Manager.

Namespace

Drupal\Tests\google_tag\Functional

Code

protected function verifyNoScriptTagInline($variables, $cache) {
  $this
    ->verifyNoScriptTag('', $variables, $cache);
}