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:
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 5bc36ffb34..25165d42ea 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -1083,7 +1083,9 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
|| strpos($file, 'vendor/mayflower/mo4-coding-standard/') !== false
|| strpos($file, 'vendor/symfony/polyfill-iconv/') !== false
|| strpos($file, 'plugins/CoreVue/polyfills/dist/MatomoPolyfills.min.js') !== false
- || strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false) {
+ || strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false
+ || preg_match('%/plugins/[a-zA-Z0-9_]+/vue/dist%', $file)
+ ) {
continue;
}