You are here

protected function GTMBaseTestCase::createData in GoogleTagManager 7

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

Create test data: configuration variables and snippet files.

1 call to GTMBaseTestCase::createData()
GTMBaseTestCase::testModule in tests/google_tag.base.test
Test the module.
2 methods override GTMBaseTestCase::createData()
GTMNoRealmTestCase::createData in tests/google_tag.norealm.test
Create test data: configuration variables and snippet files.
GTMRealmTestCase::createData in tests/google_tag.realm.test
Create test data: configuration variables and snippet files.

File

tests/google_tag.base.test, line 67

Class

GTMBaseTestCase
Tests the Google Tag Manager.

Code

protected function createData() {
}