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:
authorStefan Giehl <stefan@matomo.org>2020-12-21 20:33:51 +0300
committerGitHub <noreply@github.com>2020-12-21 20:33:51 +0300
commit33c5391a79a7ac9572fdf822662a6f67f4ee962d (patch)
tree2547a373409758142af3f90e325fc4dc4773b5ed /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent7591d39d2b6b76bc2d46106099829a7249bb80ca (diff)
Update wikimedia/less.php dependency (#16976)
* Update wikimedia/less.php dependency * fix test
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 30036dafc5..84529d04c7 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -924,6 +924,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
if(strpos($file, 'vendor/php-di/php-di/website/') !== false
|| strpos($file, 'vendor/phpmailer/phpmailer/language/') !== false
+ || strpos($file, 'vendor/vendor/wikimedia/less.php/') !== false
|| strpos($file, 'node_modules/') !== false
|| strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false) {
continue;