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
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-10-11 06:35:50 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2019-10-11 06:35:50 +0300
commit39aeb35ae1d2159a473c88c53a5cb4787a64c444 (patch)
tree55e559f2d82804e712b66996719c9f35e2e0d5df /tests
parentda92367838fa85b806dfd2486b6e91c308cb5e46 (diff)
Don't enable example plugins by default so we can remove them from the release (#14991)
* trying to remove example plugins * remove example plugins on next update * fix screenshot test
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Framework/TestingEnvironmentManipulator.php2
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png4
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/PHPUnit/Framework/TestingEnvironmentManipulator.php b/tests/PHPUnit/Framework/TestingEnvironmentManipulator.php
index b1ed5efbfb..12b648fe67 100644
--- a/tests/PHPUnit/Framework/TestingEnvironmentManipulator.php
+++ b/tests/PHPUnit/Framework/TestingEnvironmentManipulator.php
@@ -212,6 +212,8 @@ class TestingEnvironmentManipulator implements EnvironmentManipulator
{
$plugins = $this->vars->getCoreAndSupportedPlugins();
$plugins[] = 'TagManager';
+ $plugins[] = 'ExamplePlugin';
+ $plugins[] = 'ExampleAPI';
$fixturePluginsToLoad = [];
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png b/tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png
index eabfffc87d..090c037439 100644
--- a/tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5a9ea7f84c27cfdeaa536973e65725853df62cc0fffe31e907d05d13c21b2490
-size 4403487
+oid sha256:e75dfc851ff839e46c952ed08d2986a98ba565b82182fdc21e0a567fbebe6c80
+size 4403426