Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
simpletest.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Nov 2017 at 14:16 UTC
Updated:
24 Nov 2017 at 04:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tedbowComment #3
laughnanWere you thinking something like this @tedbow?
Comment #4
ikit-claw commented@laughnan I was just about to upload the same thing. Looks good.
Comment #5
ikit-claw commentedApplied the patch no issues found.
Comment #6
tedbowI also checked out the patch and it looks good. Thanks to @ikit-claw and @laughnan!
Comment #7
laughnanThanks for checking @ikit-claw and @tedbow!
Comment #8
catchCommitted ab172aa and pushed to 8.5.x. Thanks!
Comment #10
mile23Cool, thanks for fixing my typo. :-)
The problem's still in 8.4.x, though.
In fact.. Many of those traits' deprecation messages are incorrect: http://cgit.drupalcode.org/drupal/commit/?h=8.4.x&id=71e5829354208d40c08...
UserCreationTrait,NodeCreationTrait,ContentTypeCreationTrait,BlockCreationTraitare all wrong, in 8.4.x and the unfixed ones in 8.5.x.Fix in a follow-up or rescope here?Edit: Never mind.Comment #11
mile23Follow-up: #2922371: Numerous deprecation messages for test traits do not reference the correct replacement