-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PSR-2 Compliance] Fix #8612: Hundreds of PHPCS-based static tests vi…
…olations in mainline - enable PHPCS-based tests for the whole codebase - combine three PHPCS-based tests into one - polish up Magento Coding Standard into one ruleset.xml: no new rules added, only those rules removed which are already contained in PSR2 - run static tests under PHP 7 which is ~3 times faster than PHP 5.6
- Loading branch information
Showing
6 changed files
with
34 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
dev/tests/static/testsuite/Magento/Test/Php/_files/phpcs/ruleset.xml
This file was deleted.
Oops, something went wrong.
15 changes: 7 additions & 8 deletions
15
dev/tests/static/testsuite/Magento/Test/Php/_files/whitelist/common.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
module * / | ||
library * / | ||
dev/tools/Magento | ||
dev/tests/api-functional | ||
dev/tests/functional | ||
dev/tests/integration | ||
dev/tests/static | ||
setup | ||
# Format: <componentType=module|library|theme|language|*> <componentName> <globPattern> or simply <globPattern> | ||
* * / | ||
dev | ||
phpserver | ||
pub | ||
setup | ||
*.php |