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:
authorsgiehl <stefan@matomo.org>2020-12-22 12:55:35 +0300
committersgiehl <stefan@matomo.org>2020-12-22 12:55:35 +0300
commit409033d674afd96780af5ddf4bf34e7877e718ae (patch)
treed62c18e449b782bc61bd68f30771135fb5640c0e /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent835105fa9923aef7c28a46657463536de44f2561 (diff)
fix tests
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 84529d04c7..4dac09e5a3 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -924,7 +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, 'vendor/wikimedia/less.php/') !== false
|| strpos($file, 'node_modules/') !== false
|| strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false) {
continue;