Page MenuHomeDevCentral

Fix JSON file comparison in PHPUnit or for our tests
Open, Needs TriagePublic

Description

ac7460a562de highlighted an issue with the PHPUnit code: if we offer to compare a JSON file to a minimized version of the same file, the assertion fails, but it's expected to work as we ask JSON comparison, not string comparison.