You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v3.8.0, we are using the new CI pipeline. This CI pipeline does not append --no-scripts to composer and thus, the CI pipeline executes the OptionalPackages::install logic, which applies default answers and thus ends up having a "setupped" project which has removed the MezzioInstallerTest logic.
Therefore, this component is actually not tested since v3.8.0 at all