Skip to content

Commit

Permalink
Merge pull request #960 from vpelipenko/fix-static-tests
Browse files Browse the repository at this point in the history
Fix static tests
  • Loading branch information
vpelipenko committed Jan 13, 2015
2 parents a4cd98b + 1d070e0 commit f07c64a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<path>dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_constants.php</path>
<word>overriden</word>
</item>
<item>
<path>dev/tests/api-functional/testsuite/Magento/Webapi/Routing/RequestIdOverrideTest.php</path>
<word>overriden</word>
</item>
<item>
<path>app/code/Magento/Bundle/view/adminhtml/templates/product/edit/bundle.phtml</path>
<word>head.js</word>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeMessTest/phpmd/input
lib/internal/Magento/Framework/Translate/Adapter.php
# __ method for Translate cannot be in camelCase
lib/internal/Magento/Framework/Translate/AdapterInterface.php
# PSR-1 not applied to
dev/tests/integration/testsuite/Magento
# PSR-1 not applied to
dev/tests/unit/testsuite/Magento
# Exclude unit, integration, and api-functional tests from PSR-X code style check
dev/tests/api-functional
dev/tests/integration
dev/tests/unit
# 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.
app/code/Magento/Sales/Model/Order/Payment/Transaction.php
vendor

0 comments on commit f07c64a

Please sign in to comment.