1
0
Fork 0
composer/tests/Composer/Test
Henrik Bjørnskov 782c6303bc Initial GitLab Driver
This is a proof of concept, and mostly done to gather feedback on the
structure of the driver and to see if this is something that Composer
should include in core.

Various review changes based on Stof comments.

* Remove cleanup() as it is implemented by the abstract class.
* Remove wrong comment in getReferences
* Implement getSource (as GitHubDriver does)
* Finish phpDocs for methods.
2015-03-04 00:08:30 +01:00
..
Autoload Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
Command Add parallel build to travis script 2013-09-25 10:23:48 +02:00
Config composer config repositories.packagist false 2015-02-16 16:44:13 +01:00
DependencyResolver add --prefer-lowest-stable to update command 2014-12-13 11:51:30 +01:00
Downloader Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
EventDispatcher Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
Fixtures Fix tests 2015-02-27 12:27:56 +00:00
IO Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
Installer Clean up event dispatching code and make package events extend installer events 2015-02-23 15:34:49 +00:00
Json strict check, testcase(s) 2015-02-10 12:55:49 +01:00
Mock CS fixes 2015-02-24 14:22:54 +00:00
Package CS fixes 2015-02-24 14:22:54 +00:00
Plugin PluginManager refactoring, fixes #3550 2014-12-13 18:54:42 +00:00
Repository Initial GitLab Driver 2015-03-04 00:08:30 +01:00
Util overwrite -> overwriteError 2015-02-25 11:00:35 +01:00
AllFunctionalTest.php Raise timeout to 5 minutes 2015-02-23 09:57:54 +01:00
ApplicationTest.php Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00
CacheTest.php Fix tests again.. 2014-12-14 13:46:37 +00: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 Fix error handling for incorrect "repositories" array 2015-01-20 13:03:55 +03:00
InstallerTest.php Implement writeError throughout Composer 2015-02-25 11:00:35 +01:00