Skip to content

Releases: mediact/testing-suite

2.9.1

07 Jan 08:25
8fda2e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.9.1

1.25.2: Merge pull request #68 from mediact/feature/1x-replace-security-checker

20 Aug 06:33
f7a3fca
Compare
Choose a tag to compare

1.25.2-beta1: Install Enlightn Security Checker

20 Aug 06:04
Compare
Choose a tag to compare
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

01 Apr 15:04
e1d45db
Compare
Choose a tag to compare
  • Now it will check for die(), exit() and the objectmanager with git blacklist.

Add coding standards for Laravel

26 Mar 09:44
c8e49db
Compare
Choose a tag to compare
  • Add coding standards based on coding standards (phpmd & phpcs) of Elgentos
  • Compatible with bitbucket pipelines.

Support Magento 2 composer types

25 Mar 13:13
7ac0b41
Compare
Choose a tag to compare
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

25 Mar 07:52
c85c49c
Compare
Choose a tag to compare

Install the bitbucket-pipelines.yml file for Alumio projects.

Add PHPlint checker to testing suite

24 Mar 14:51
e34af2b
Compare
Choose a tag to compare

2.4.2 Added a new security checker to testing suite

19 Feb 13:57
88c5e35
Compare
Choose a tag to compare

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

01 Feb 10:32
cf506af
Compare
Choose a tag to compare

The sensiolabs security checker gives a 404 and breaks testingsuite. This is for now resolved by removing it. An alternative will be researched.