- First commit to issue fork.
- πΊπΈUnited States nicxvan
I've updated this to an MR. I had to handle the removal of Book.
I also changed the deprecation removal notice to 11.x I'm not sure if that is correct.
Hiding all patches.
- πΊπΈUnited States nicxvan
Ok this still needs work there are a lot of test failures.
- πΊπΈUnited States kentr Durango, CO
I found that some errors are due to:
- A mismatch between the expected message and the actual message used in
FormBuilder::doBuildForm
. - The deprecation of
@expectedDeprecation
annotations.
I'm updating the MR for these.
- A mismatch between the expected message and the actual message used in
- πΊπΈUnited States kentr Durango, CO
There are some uses of
#label
in the Content Translation and Language modules. Removing it (comments #197 & #202) caused severalException: Warning: Undefined array key "#label"
errors in tests.Another error is caused by the missing
#title
for the test element inWeightTest.php
.I'll push an update that resolves these.