mediact / coding-standard-magento1
MediaCT PHP Coding Standard for Magento1
Installs: 665
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:phpcs-sniffs
Requires
- mediact/coding-standard: @stable
This package is auto-updated.
Last update: 2022-08-10 18:16:06 UTC
README
This is the MediaCT coding standard for Magento 1 projects. It is based on the default MediaCT coding standard but some tests have been removed to create a workable and fast standard.
Installation
Use composer to require the standard in a project.
composer require --dev mediact/coding-standard-magento1
To let PHPCS know that this standard should be used add a phpcs.xml file in the root of the project.
<?xml version="1.0"?> <ruleset> <rule ref="./vendor/mediact/coding-standard-magento1/src/MediactMagento1"/> </ruleset>
Integration with PHPStorm and automatic testing
The recommended way to enable the coding standard in PHPStorm and automatic testing is by requiring the MediaCT testing suite in a project.
composer require --dev mediact/testing-suite
For more information go to MediaCT Testing Suite.
Contribution guidelines
Contributions are welcome. Please create pull requests which add or remove tests.