stable

Clone or download

Read-only

chore: do not use assertEquals for arrays where the order does not matter

closes request #26393 Tracker DB test assertions should not care about order No functional change. DB tests should succeed. The order of permissions can change depending on DB. AssertEquals checks for the order of array elements, but here it has no business meaning, so we should use other assertions that do not care about the order. Change-Id: I93040dacb237c7fb5ca93d3351e7672ce5c93d29

Modified Files

Name
M tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php +15 −17 Go to diff View file