Fix tests for remote_branch_checker after swichting to PSR-12 code styling #365
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As MDLSITE-7597 has now landed and the code style regarding the wrapping of lines is now following the PSR-12 approach, we need to adjust some tests.
Test 8 (
local_ci_fixture_phpcs_aware_components
) ofremote_branch_checker
has now one error in the phpcs check because of theSquiz
rulseset (rule="WhiteSpace.ControlStructureSpacing.SpacingAfterOpen"
)Test 9 (
local_ci_fixture_upgrade_external_backup_skipped_for_plugins
) ofremote_branch_checker
now has one additional error in the phpcs check because of theRSR12
rulseset (rule="Classes.OpeningBraceSpace.Found"
)