Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-02-03 05:36:07 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-03 05:36:07 +0300
commitfc08408eb5566d28ce37e43849fb786c9e5cae8a (patch)
tree9d4303fd31e7a3c734549b97da09e6bb127eb8c7 /.gitmodules
parenta06ed5eebcd0f59bfbb9c8390926118429e4222b (diff)
added new submodule containing expected screenshot tests
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 17ce384a8e..6138e62bad 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -30,6 +30,9 @@
path = plugins/QueuedTracking
url = https://github.com/piwik/plugin-QueuedTracking.git
branch = master
+[submodule "tests/UI/expected-ui-screenshots"]
+ path = tests/UI/expected-ui-screenshots
+ url = https://github.com/piwik/piwik-ui-tests.git
# Note: when you add a submodule that SHOULD be left in the packaged release such as the few submodules below,
# then you MUST add these submodules names in the SUBMODULES_PACKAGED_WITH_CORE variable in:
@@ -39,4 +42,4 @@
[submodule "libs/PiwikTracker"]
path = libs/PiwikTracker
url = https://github.com/piwik/piwik-php-tracker.git
- branch = master
+ branch = master \ No newline at end of file