You are here

public function GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptPageview in GA Push 8

Same name and namespace in other branches
  1. 7 test/ga_push.test \GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptPageview()

Unit test for ga_push_method_analytics_js_push_script(): Pageview.

File

test/ga_push.test, line 122
Test case for testing the GA Push module.

Class

GAPushUnitTestCase
Functional tests for the GA Push module.

Code

public function testGaPushMethodAnalyticsJSPushScriptPageview() {
  $type = GA_PUSH_TYPE_PAGEVIEW;

  // @TODO!
}