Closed (fixed)
Project:
Examples for Developers
Version:
3.x-dev
Component:
Other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2019 at 12:04 UTC
Updated:
3 Mar 2023 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
akshay_dReplaced deprecated assertText() method
Comment #3
akshay_dPlease Review the patch.
Comment #4
maliknaik commentedPatch #2 applies cleanly.
Comment #5
mile23AssertLegacyTrait::assertText()is deprecated for removal in Drupal 10, but it's a worthwhile change.CS changes, re-patched so the testbot can go.
Comment #6
mile23There are still a lot of usages of
assertText()in BTB tests in Examples. Let's grab them all.Comment #7
Lal_I hope this is it..
Comment #9
shubham.prakash commentedComment #10
jungleThe default branch is 3.x-dev now, which is Drupal 9 compatible
Comment #11
Lal_re-rolling according to the branch 3.x
Comment #12
Lal_Adding interdiff
Comment #13
hmendes commentedRe-rolling patch.
Comment #14
jungleComment #15
jungleChecked with
grep -nR "assertText" ., no more assertText() in the3.xbranch.Instead of marking this
Closed (outdated), changing it toFixedfor giving credit!Thanks!
Comment #16
jungle