1
0
Fork 0
composer/tests/Composer/Test
Nils Adermann 10ada7bf82 Refactor Installer class into separate install and update processes
- Introduce separate Lock and LocalRepo transactions, one for changes
  to the lock file, one for changes to locally installed packages based
  on lock file
- Remove various hacks to keep dev dependencies updated and
  incorporated the functionality into the transaction classes
- Remove installed repo, there are now local repo, locked repo and
  platform repo
- Remove access to local repo from solver, only supply locked packages
- Update can now be run to modify the lock file but not install packages
  to local repo
2019-02-11 01:00:02 +01:00
..
Autoload Add a test for autoloading if a package is only required via replacing name 2019-01-28 17:08:51 +01:00
Command Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
Config Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
Console Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-30 13:44:43 -02:00
DependencyResolver Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00
Downloader Fix test 2019-01-29 14:22:20 +01:00
EventDispatcher Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
Fixtures Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00
IO feat(buffer-io): add the possibility to set user inputs for interactive questions 2019-01-05 11:59:33 +01:00
Installer Merge branch 'master' into 2.0 2019-01-29 14:01:28 +01:00
Json Make JSON formatter test clearer 2018-08-10 08:54:34 +02:00
Mock Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
Package Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
Plugin Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
Question Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
Repository Merge branch 'master' into 2.0 2019-02-10 20:28:24 +01:00
Util Fix tests 2019-01-14 17:29:24 +01:00
AllFunctionalTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
ApplicationTest.php Fix tests 2019-01-28 15:44:21 +01:00
CacheTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
ComposerTest.php Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
ConfigTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
DefaultConfigTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
FactoryTest.php Fix factory test 2019-01-14 17:29:23 +01:00
InstallerTest.php Refactor Installer class into separate install and update processes 2019-02-11 01:00:02 +01:00
TestCase.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00