Skip to content

Commit 88caa27

Browse files
committed
MAGETWO-32378: Fix static test failures as a result of adding api-functional tests
- Excluded the whole api-functional directory from PSR-X code style check - Made similar changes for integration and unit test directory for consistency
1 parent df3aba5 commit 88caa27

File tree

1 file changed

+3
-3
lines changed
  • dev/tests/static/testsuite/Magento/Test/Php/_files/phpcs/blacklist

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ lib/internal/Magento/Framework/Translate/Adapter.php
3333
# __ method for Translate cannot be in camelCase
3434
lib/internal/Magento/Framework/Translate/AdapterInterface.php
3535
# Exclude unit, integration, and api-functional tests from PSR-X code style check
36-
dev/tests/api-functional/testsuite/Magento
37-
dev/tests/integration/testsuite/Magento
38-
dev/tests/unit/testsuite/Magento
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)