1
0
Fork 0
composer/tests/Composer/Test
Rob Bast be5719eb53 Merge remote-tracking branch 'upstream/master' into repro-4795
* upstream/master: (98 commits)
  Fallback to zlib extension to unpack gzip on non Windows systems
  Zip extension does not provide zlib support
  Unified all Windows tests throughout the code.
  Added Platform utility and unit test for it.
  Remove warnings for non-writable dirs, refs #3588
  [doc] add -H flag to sudo commands
  use full json content to determine reference, closes #4859
  typos
  Make sure COMPOSER_AUTH is also loaded in Config, refs #4546
  Use proper defaults for IO authentications
  Add verbosity input support to IOInterface
  Update SolverTest.php
  Update broken-deps-do-not-replace.test
  Update SolverProblemsException.php
  Cleaned up check+conversion that was no longer required.
  Cleaner notation for expected exceptions in fixtures.
  Introduced more generic, less invasive way to test for exceptions in fixtures, more in line with how phpunit works.
  Included unit test for circular root dependencies.
  Expanded InstallerTest to support expecting Exceptions by supplying "EXCEPTION" as "--EXPECT--"
  Clarified error message and added braces.
  ...
2016-02-04 12:43:37 +01:00
..
Autoload try to use unique test directories 2016-01-26 09:41:21 +01:00
Command Added testcase 2015-04-20 13:09:18 +02:00
Config CS fixes 2016-01-26 13:07:18 +00:00
Console Support bg colors and more clearing values in html output formatter 2015-06-12 17:23:18 +01:00
DependencyResolver Update SolverTest.php 2016-01-28 20:13:44 -06:00
Downloader Unified all Windows tests throughout the code. 2016-02-03 22:39:16 +01:00
EventDispatcher Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Fixtures Merge remote-tracking branch 'upstream/master' into repro-4795 2016-02-04 12:43:37 +01:00
IO Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
Installer use dirsep so phpunit on windows doesnt fail 2016-01-26 11:23:08 +01:00
Json Update deps and bump json-schema requirement, fixes #4756 2016-01-09 16:52:06 +00:00
Mock Avoid doing too many loads of the remotefilesystem 2016-01-10 20:06:10 +00:00
Package try to use unique test directories 2016-01-26 09:41:21 +01:00
Plugin CS fixes 2016-01-26 13:07:18 +00:00
Repository Unified all Windows tests throughout the code. 2016-02-03 22:39:16 +01:00
Util Unified all Windows tests throughout the code. 2016-02-03 22:39:16 +01:00
AllFunctionalTest.php try to use unique test directories 2016-01-26 09:41:21 +01:00
ApplicationTest.php Add verbosity input support to IOInterface 2016-01-29 10:14:12 +00:00
CacheTest.php try to use unique test directories 2016-01-26 09:41:21 +01:00
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 2014-02-24 18:40:33 +01:00
ConfigTest.php Allow stream wrapper usage in config dirs, fixes #4788 2016-01-25 23:40:16 +00:00
DefaultConfigTest.php CS fixes 2016-01-26 13:07:18 +00:00
InstallerTest.php Merge remote-tracking branch 'curry684/issue-4767' 2016-02-03 17:00:30 +00:00