1
0
Fork 0
composer/tests/Composer/Test
Nils Adermann c02d2842b0 Test conflict with an unrequired alias does not prevent install.
The alias still ends up being marked as installed as the install step
reads it from the branch alias in the lock file and doesn't know a
conflict required it to be skipped.
2020-11-13 16:55:35 +01:00
..
Autoload Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface 2020-11-12 10:41:06 +01:00
Command Fix build 2020-02-11 11:41:31 +01:00
Config Make sure empty objects are not left behind when removing requires/.. fixes #9462 2020-11-12 11:09:15 +01:00
Console PHPStan fixes 2020-02-07 23:10:10 +01:00
DependencyResolver Make sure the root aliases always get installed when a package is updated, fixes #9448 2020-11-13 13:52:21 +01:00
Downloader Add test to check processed URL and cache key 2020-10-15 23:46:12 -04:00
EventDispatcher Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
Fixtures Test conflict with an unrequired alias does not prevent install. 2020-11-13 16:55:35 +01:00
IO Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
Installer Remove OperationInterface::getReason, closes #9230, closes #9263 2020-10-12 12:31:54 +02:00
Json Make sure empty objects are not left behind when removing requires/.. fixes #9462 2020-11-12 11:09:15 +01:00
Mock Fix tests 2020-10-27 14:04:36 +01:00
Package Close zip archive after test finishes 2020-11-03 12:27:15 +02:00
Platform Move Version util to Platform namespace, fix CS nitpicks, make regexes case insensitive for robustness, refs #9093 2020-08-13 15:48:41 +02:00
Plugin Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
Question Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
Repository Make platform-check only check non-dev requires, refs #9412 2020-11-04 23:41:58 +01:00
Script
Util Zip: ignore mac osx specific folder when searching for composer.json 2020-10-29 22:30:12 +00:00
AllFunctionalTest.php Fix usage of create-project with local filesystem repos 2020-07-17 11:30:03 +02:00
ApplicationTest.php do not use env 2020-02-07 13:07:01 +08:00
CacheTest.php Fix more warnings 2020-09-11 11:32:09 +02:00
ComposerTest.php
ConfigTest.php fix risky tests (without any assertion) 2020-02-07 14:35:07 +08:00
DefaultConfigTest.php
FactoryTest.php
InstalledVersionsTest.php Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions 2020-04-22 12:10:09 +02:00
InstallerTest.php Move slow integration test to separate fixtures directory and add to slow group 2020-10-22 10:14:17 +02:00
PolyfillTestCase.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00
TestCase.php Fix warnings on higher phpunit versions 2020-09-11 11:01:32 +02:00