You are here

public function GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptException in GA Push 8

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

Unit test for ga_push_method_analytics_js_push_script(): Exception.

File

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

Class

GAPushUnitTestCase
Functional tests for the GA Push module.

Code

public function testGaPushMethodAnalyticsJSPushScriptException() {
  $type = GA_PUSH_TYPE_EXCEPTION;

  // @TODO!
}