Closed (fixed)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2019 at 13:04 UTC
Updated:
29 May 2020 at 10:09 UTC
Jump to comment: Most recent, Most recent file
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