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:
authordizzy <diosmosis@users.noreply.github.com>2022-02-11 21:41:33 +0300
committerGitHub <noreply@github.com>2022-02-11 21:41:33 +0300
commit840074622c71349aa5abd4b7a954894a9686f93b (patch)
tree021cdcf5fe05b67bce4ecfab49f9eadcee2cff1a /tests/PHPUnit/Integration
parentbf04cd206616096638c45df97c6e6d1e2dbe184c (diff)
do not run nbsp test for umd js files + remove unneeded translation (#18782)
Diffstat (limited to 'tests/PHPUnit/Integration')
-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;
}