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
..
Autoload
Command Fix build 4 years ago
Config Fixes from PHPStan (#7687) 6 years ago
Console
DependencyResolver Transaction: Define a total order on packages to keep behavior on PHP8 4 years ago
Downloader Fix more warnings 4 years ago
EventDispatcher
Fixtures Transaction: Define a total order on packages to keep behavior on PHP8 4 years ago
IO
Installer Remove OperationInterface::getReason, closes #9230, closes #9263 4 years ago
Json
Mock Get rid of default branch handling in version guesser as it is way too time intensive at every initialization 4 years ago
Package
Platform
Plugin
Question
Repository Fix tests 4 years ago
Script
Util Merged isset, unset and str_replace calls 4 years ago
AllFunctionalTest.php
ApplicationTest.php
CacheTest.php
ComposerTest.php
ConfigTest.php
DefaultConfigTest.php
FactoryTest.php
InstalledVersionsTest.php
InstallerTest.php
PolyfillTestCase.php
TestCase.php Fix warnings on higher phpunit versions 4 years ago