mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 09:05:31 +00:00
c64e7ad2d7
If changes were applied in the same second (e.g. through tests), the results will have an indeterminate order. This lead to stability issues in VersionFeedFunctionalTest::testContainsChangesForPageOnly. Sort by ID in addition to LastEdited.