Skip to content

Commit

Permalink
Implement GoogleAnalyticsPageViewService (#41)
Browse files Browse the repository at this point in the history
* Implement GoogleAnalyticsPageViewService

* Split phpunit tests into unit and integration

(cherry picked from commit 3c0d694)
  • Loading branch information
lens0021 committed Jun 14, 2021
1 parent a2f5031 commit dfc88e0
Show file tree
Hide file tree
Showing 10 changed files with 2,119 additions and 123 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CategoryTree
Disambiguator
PageViewInfo
Wikibase
2 changes: 2 additions & 0 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[
'../../extensions/CategoryTree',
'../../extensions/Disambiguator',
'../../extensions/PageViewInfo',
'../../extensions/Wikibase',
]
);
Expand All @@ -16,6 +17,7 @@
[
'../../extensions/CategoryTree',
'../../extensions/Disambiguator',
'../../extensions/PageViewInfo',
'../../extensions/Wikibase',
]
);
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "femiwiki/unified-extension-for-femiwiki",
"description": "an extension for femiwiki.",
"require": {
"google/apiclient": "^2.9"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "36.0.0",
"mediawiki/mediawiki-phan-config": "0.10.6",
Expand Down
Loading

0 comments on commit dfc88e0

Please sign in to comment.