1
0
Fork 0
composer/tests/Composer/Test
Jordi Boggiano da1cc39cfd Fix tests 2012-11-29 09:33:51 +01:00
..
Autoload Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286 2012-11-27 14:23:10 +01:00
Config Added addLink and removeLink to Configuration Source Interface 2012-11-14 09:03:11 -08:00
DependencyResolver Fix wording 2012-10-31 18:34:27 +01:00
Downloader Fix tests 2012-11-22 20:03:26 +01:00
Fixtures Fix updates when dev packages have new dependencies (no more double updates needed), fixes #1105 2012-11-22 22:47:19 +01:00
IO Replace references of a11n with a12n where appropriate 2012-11-07 13:34:31 +01:00
Installer Allow notification from locked installs, fixes #1368, fixes #1372, fixes #1369 2012-11-29 09:24:28 +01:00
Json Fix handling of arrays in json manipulator 2012-11-13 12:49:23 +01:00
Mock Fix tests 2012-11-29 09:33:51 +01:00
Package Consistently describe composer as dep mgr as opposed to package mgr 2012-11-07 13:16:47 +01:00
Repository Allow loading of multiple composer autoloaders concurrently, fixes #1248 2012-11-10 21:54:23 +01:00
Script Pass the current dev mode to the event dispatcher, which in turn passes it to the events fired. This can be fetched in scripts to check which mode we are currently in 2012-11-15 17:16:25 +01:00
Util Fallback to PHP early if proc_open not allowed. 2012-11-19 10:29:32 +01:00
AllFunctionalTest.php Add test building phar and run functional tests with the phar, refs #1155 2012-11-11 17:09:57 +01:00
ComposerTest.php
ConfigTest.php Fix tests 2012-10-11 21:25:13 +02:00
InstallerTest.php
TestCase.php