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>2019-11-04 00:49:11 +0300
committerGitHub <noreply@github.com>2019-11-04 00:49:11 +0300
commita5f09dcf91d40b79d2d1f6642e6f0ec4568b0833 (patch)
tree55721dc3cb10fb4cc1ac2a8b9433e7dba86913d7 /tests/PHPUnit/Integration
parente9d5708e3b336b9204c47a80a323f357af60cf01 (diff)
Updates all submodules (#15097)
* updates all submodules * fix ReleaseChecklistTest
Diffstat (limited to 'tests/PHPUnit/Integration')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 44ddcc83a9..6875a3d8ce 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -815,7 +815,8 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase
continue;
}
- if(strpos($file, 'vendor/php-di/php-di/website/') !== false) {
+ if(strpos($file, 'vendor/php-di/php-di/website/') !== false
+ || strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false) {
continue;
}