Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 628 Bytes

File metadata and controls

21 lines (18 loc) · 628 Bytes

Project Type Detection

The type for a project can be overridden in the composer.json extra node by adding testing-suite-type to the configuration. This will allow the use of standards for a different type.

Full list of supported project types can be found here

The configurations can be set like this:

{
  "extra": {
    "youwe-testing-suite": {
      "type": "magento2"
    }
  }
}

The project type is also used to determine which rulesets to load, additional package dependencies to install upstream, or how to update references upstream after a ruleset change.