You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils Adermann 85eb007f4f Transaction: Define a total order on packages to keep behavior on PHP8
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.
4 years ago
..
Fixtures/poolbuilder Add test to ensure root requirements do not get expanded by the pool builder 4 years ago
DefaultPolicyTest.php Introduce constants for Composer\Package\Link types 4 years ago
PoolBuilderTest.php PoolBuilderTest: Allow setting filter options for repositories 4 years ago
PoolTest.php Keep track of unacceptable fixed packages for later to use in error reporting and make sure the pool state is consistent 5 years ago
RequestTest.php Get rid of EmptyConstraint 4 years ago
RuleSetIteratorTest.php Use RULE_LEARNED instead of RULE_FIXED 4 years ago
RuleSetTest.php Fix warnings on higher phpunit versions 4 years ago
RuleTest.php Get rid of EmptyConstraint 4 years ago
SolverTest.php Introduce constants for Composer\Package\Link types 4 years ago
TransactionTest.php Transaction: Define a total order on packages to keep behavior on PHP8 4 years ago