- π³πΏNew Zealand quietone
Converting FieldTypeTest was completed in 3414259. The remaining part here is to create a trait for the creation of blocks.
I am changing the title for that new goal and removing the parent.
- First commit to issue fork.
- Merge request !11842Issue #3046670: Move block content creation methods to a trait β (Open) created by acbramley
- π¦πΊAustralia acbramley
Started this from scratch as much of the patch no longer applied. I've updated other tests that call something similar to createBlockContent with the trait where possible with aliases.
I've also added another optional
$values
parameter tocreateBlockContent
to support tests which were passing these to their own functions, we can then deprecate the $title and $bundle params at a later date if required. - πΊπΈUnited States smustgrave
This seems like a good refactor and have no objection to it as another sub-maintainer hat. Not sure if it needs a CR as a new test trait but we'll see!