Closed (fixed)
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2022 at 14:55 UTC
Updated:
30 Dec 2022 at 15:54 UTC
Jump to comment: Most recent
\Drupal\Tests\facets\Kernel\FacetManager\DefaultFacetManagerTest has a custom assertion method to compare Cacheability arrays. However, typically these are tested using PHPUnit's own assertEqualsCanonicalizing
Replace custom assertCacheabillityArrays with PHPUnit's assertEqualsCanonicalizing
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request replaces the custom assertCacheabillityArrays with PHPUnit's assertEqualsCanonicalizing
Comment #4
mkalkbrennerI guess, it applies to 2.0.x as well, right?
Comment #5
idebr commentedYes, the suggested change applies to both 3.0.x and 2.0.x
Comment #8
mkalkbrenner