Releases: mediact/testing-suite
Releases · mediact/testing-suite
2.9.1
What's Changed
- Feature/ad 210 display failed phps sniffs by @rutgerrademaker in #70
New Contributors
- @rutgerrademaker made their first contribution in #70
Full Changelog: 2.9.0...2.9.1
1.25.2: Merge pull request #68 from mediact/feature/1x-replace-security-checker
Install Enlightn Security Checker
1.25.2-beta1: Install Enlightn Security Checker
To replace the Symfony Security Checker, the Enlightn Security Checker has been installed, which does the same checks and is already enabled in the GrumPHP configuration. See: https://github.com/phpro/grumphp/issues/865
Implement Git Blacklist checks
- Now it will check for die(), exit() and the objectmanager with git blacklist.
Add coding standards for Laravel
- Add coding standards based on coding standards (phpmd & phpcs) of Elgentos
- Compatible with bitbucket pipelines.
Support Magento 2 composer types
Add Magento projects to project type mapping (#66) * Add Magento projects to project type mapping To make it easier to install the testing suite for Magento, it's now possible to set the project type in the project's composer.json file to `magento2-project` or `magento-project` to get the correct coding standards files in the project. * Add Magento projects to project type mapping To make it easier to install the testing suite for Magento, it's now possible to set the project type in the project's composer.json file to `magento2-project` or `magento-project` to get the correct coding standards files in the project. Co-authored-by: Arjen Miedema <[email protected]>
Add Alumio support
Install the bitbucket-pipelines.yml file for Alumio projects.
Add PHPlint checker to testing suite
- Add PHPlint check to the testing suite. This will check if you're missing a semicolon in your code for example.
- Grumphp.yml has been updated and can be overwritten if necessary.
- For more info check: https://github.com/php-parallel-lint/PHP-Parallel-Lint
2.4.2 Added a new security checker to testing suite
Added
- The new security checker: enlightn/security-checker
Changed - Replace sensiolabs/security-checker if some projects still use it, because it's deprecated.
2.4.1: Removed deprecated security checker from the testing suite that was breaking a testingsuite run
The sensiolabs security checker gives a 404 and breaks testingsuite. This is for now resolved by removing it. An alternative will be researched.