Skip to content

Commit f07c64a

Browse files
committed
Merge pull request #960 from vpelipenko/fix-static-tests
Fix static tests
2 parents a4cd98b + 1d070e0 commit f07c64a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/words_ce.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
<path>dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_constants.php</path>
6262
<word>overriden</word>
6363
</item>
64+
<item>
65+
<path>dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RequestIdOverrideTest.php</path>
66+
<word>overriden</word>
67+
</item>
6468
<item>
6569
<path>app/code/Magento/Bundle/view/adminhtml/templates/product/edit/bundle.phtml</path>
6670
<word>head.js</word>

dev/tests/static/testsuite/Magento/Test/Php/_files/phpcs/blacklist/common.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeMessTest/phpmd/input
3232
lib/internal/Magento/Framework/Translate/Adapter.php
3333
# __ method for Translate cannot be in camelCase
3434
lib/internal/Magento/Framework/Translate/AdapterInterface.php
35-
# PSR-1 not applied to
36-
dev/tests/integration/testsuite/Magento
37-
# PSR-1 not applied to
38-
dev/tests/unit/testsuite/Magento
35+
# Exclude unit, integration, and api-functional tests from PSR-X code style check
36+
dev/tests/api-functional
37+
dev/tests/integration
38+
dev/tests/unit
3939
# Newer version of phpcs does not complain about spacing issue. This appears to be a bug in the phpcs version that is currently run in bamboo.
4040
app/code/Magento/Sales/Model/Order/Payment/Transaction.php
4141
vendor

0 commit comments

Comments
 (0)