From 840074622c71349aa5abd4b7a954894a9686f93b Mon Sep 17 00:00:00 2001 From: dizzy Date: Fri, 11 Feb 2022 10:41:33 -0800 Subject: do not run nbsp test for umd js files + remove unneeded translation (#18782) --- tests/PHPUnit/Integration/ReleaseCheckListTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/PHPUnit/Integration') 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; } -- cgit v1.2.3