Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
google_analytics
Commits
b072ec74
Commit
b072ec74
authored
Nov 26, 2012
by
hass
Browse files
Missed to fix one anonymizeIp test.
parent
693ff37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googleanalytics.test
googleanalytics.test
+1
-1
No files found.
googleanalytics.test
View file @
b072ec74
...
...
@@ -141,7 +141,7 @@ class GoogleAnalyticsBasicTest extends DrupalWebTestCase {
// Enable anonymizing of IP addresses.
variable_set
(
'googleanalytics_tracker_anonymizeip'
,
1
);
$this
->
drupalGet
(
''
);
$this
->
assertRaw
(
'ga("set", "anonymizeIp",
true
);'
,
'[testGoogleAnalyticsTrackingCode]: Anonymize visitors IP address found on frontpage.'
);
$this
->
assertRaw
(
'ga("set", "anonymizeIp",
1
);'
,
'[testGoogleAnalyticsTrackingCode]: Anonymize visitors IP address found on frontpage.'
);
// Test whether single domain tracking is active.
$this
->
drupalGet
(
''
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment