85eb007f4f
So far the ordering of alias packages with the same name was undefined so the actual order was determined by implementation of the sorting algorithm in PHP. As of PHP8 sort is stable by default which changes the outcome in some of our test cases. With the fully defined total order the order can longer change depending on sorting algorithm used and remains the same across PHP versions. |
||
---|---|---|
.. | ||
Fixtures/poolbuilder | ||
DefaultPolicyTest.php | ||
PoolBuilderTest.php | ||
PoolTest.php | ||
RequestTest.php | ||
RuleSetIteratorTest.php | ||
RuleSetTest.php | ||
RuleTest.php | ||
SolverTest.php | ||
TransactionTest.php |