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:
authorStefan Giehl <stefan@matomo.org>2020-12-10 05:20:32 +0300
committerGitHub <noreply@github.com>2020-12-10 05:20:32 +0300
commitd71e44c7195373a3a3f4d215a2b8b78dc82a02e6 (patch)
tree24bd411b85ba7cefe18836951a60137bcb01c12b /tests
parent7cde69f763f2cbf2b9a27c8a7dcf7bcaa950c3bd (diff)
Use wikimedia/less.php instead of leafo/lessphp (#16813)
* use wikimedias less php * fix some less related stuff * fix expected test file * updates expected test file
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css18
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_customdirplugin.png4
2 files changed, 13 insertions, 9 deletions
diff --git a/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css b/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
index 6637cea7b7..f97cd83fe0 100644
--- a/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
+++ b/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
@@ -1,15 +1,19 @@
/* compile_me_once={{{CACHE-BUSTER-JS}}} */
/* Matomo CSS file is compiled with Less. You may be interested in writing a custom Theme for Matomo! */
-#page #header { color:white; }
-#footer { color:red; }
+#page #header {
+ color: #ffffff;
+}
+#footer {
+ color: #ff0000;
+}
.box {
- color:#fe33ac;
- border-color:#fdcdea;
+ color: #fe33ac;
+ border-color: #fdcdea;
}
.box div {
- -webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
- -moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
- box-shadow:0 0 5px rgba(0,0,0,0.3);
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
+ -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
h1 {
color: orange;
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_customdirplugin.png b/tests/UI/expected-screenshots/UIIntegrationTest_customdirplugin.png
index 86a42940bd..f68e9c08a7 100644
--- a/tests/UI/expected-screenshots/UIIntegrationTest_customdirplugin.png
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_customdirplugin.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0bc4b9daec61538351c25e762b14dccc22a97f0e40d8afc0f0dbc94a987bd0c7
-size 63086
+oid sha256:917fbf5c20023818a29b0683ff4030d11eeb18d6438d59241a5c11e26fc0ae54
+size 63120