You are here

protected function GTMTestBase::checkPageResponse in GoogleTagManager 8

Inspect the page response.

2 calls to GTMTestBase::checkPageResponse()
GTMMultipleTest::checkPageResponse in tests/src/Functional/GTMMultipleTest.php
Inspect the page response.
GTMTestBase::testModule in tests/src/Functional/GTMTestBase.php
Test the module.
1 method overrides GTMTestBase::checkPageResponse()
GTMMultipleTest::checkPageResponse in tests/src/Functional/GTMMultipleTest.php
Inspect the page response.

File

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

Class

GTMTestBase
Tests the Google Tag Manager.

Namespace

Drupal\Tests\google_tag\Functional

Code

protected function checkPageResponse() {
  $this
    ->drupalLogin($this->nonAdminUser);
}