public function GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptEcommerce in GA Push 7
Same name and namespace in other branches
- 8 test/ga_push.test \GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptEcommerce()
Unit test for ga_push_method_analytics_js_push_script(): Ecommerce.
File
- test/
ga_push.test, line 81 - Test case for testing the GA Push module.
Class
- GAPushUnitTestCase
- Functional tests for the GA Push module.
Code
public function testGaPushMethodAnalyticsJSPushScriptEcommerce() {
$type = GA_PUSH_TYPE_ECOMMERCE;
// @TODO!
}