Problem/Motivation
#3228634: Move tests for integrations between QuickEdit and other modules into QuickEdit so that it can more easily be moved into contrib moved all known QuickEdit integration tests into the QuickEdit module, but we missed some methods:
- Remove quickedit annotation from test formatter plugin TestTextTrimmedFormatter.php (Relevant commit message, exhibit A)
- Remove quickedit annotation from test formatter plugin DummyImageFormatter: (Relevant commit message, exhibit B)
Proposed resolution
Alter the test to decouple it from QuickEdit.
AKA: Steal the commits made by @dww in the parent issue.
Remaining tasks
TBD
Issue fork drupal-3231071
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
spokjeComment #4
spokjeComment #5
catchMR is reporting as not mergable.
Comment #6
spokjeLooking at the commit I just merged from HEAD of
9.3.xI'm pretty sure @catch looked at #2 for the not mergable message.This is/was however the status when I (mistakenly) opened the MR before committing any changes in it.
Sadly that status appearantly never gets updated by GitLab/d.o/The Byte Pixies and stays forever unmergeable even when the _current_ status, as can be seen in the MR report below the IS and the latest testrun shown on the bottom of the issue are all green. :/
Comment #7
paulocsIt looks like that @Spokje is right... The MR is mergeable. I merged
9.3.xinto3231071-remove-quickedit-fromlocally and no conflict were triggered.Btw the patch looks good so I'm moving to RTBC. I won't rebase the branch again as @Spokje already did it on #5.
Comment #10
larowlanThanks folks, merged cleanly this time