You are here

protected function GTMBaseTestCase::checkSnippetFiles in GoogleTagManager 7.2

Same name and namespace in other branches
  1. 7 tests/google_tag.base.test \GTMBaseTestCase::checkSnippetFiles()

Inspect the snippet files.

1 call to GTMBaseTestCase::checkSnippetFiles()
GTMBaseTestCase::testModule in tests/google_tag.base.test
Test the module.
2 methods override GTMBaseTestCase::checkSnippetFiles()
GTMNoRealmTestCase::checkSnippetFiles in tests/google_tag.norealm.test
Inspect the snippet files.
GTMRealmTestCase::checkSnippetFiles in tests/google_tag.realm.test
@todo Revise this to loop on $this->variables for code reuse. This can be done in base test class.

File

tests/google_tag.base.test, line 191

Class

GTMBaseTestCase
Tests the Google Tag Manager.

Code

protected function checkSnippetFiles() {
}