Problem/Motivation
Remove calls to deprecated method assertIdentical() and replace with assertSame()
Change records:
https://www.drupal.org/node/2469723
Remove calls to deprecated method assertIdentical() and replace with assertSame()
Change records:
https://www.drupal.org/node/2469723
Comments
Comment #2
shruthi_shetty commentedRemoved calls to deprecated method assertIdentical() and replaced with assertIdenticals()
Comment #4
thallesChange records:
https://www.drupal.org/node/2469723
Comment #5
thallesComment #6
thallesFollow the patch!
Comment #7
amarphule commentedComment #8
amarphule commentedCreated a new patch and added interdiff. Changed assertIdentical() to assertSame() and assertEqual() to assertEquals().
patch works for me on D8.6.15, php 7.3 mysql-5.7 and pathauto 8.x-1.x
Comment #9
berdirThe last patch is massive and seems to be doing a lot of unrelated changes as well?
Comment #10
nitvirus commentedWe should close this one as this is already commit in 8.x.1.x branch