370 Commits (5357e3503fda9ce90ba196312e581ad28297b73e)

Author SHA1 Message Date
Jordi Boggiano 2d9739bd05 Add support for files in classmap autoload config, fixes #463 12 years ago
Jordi Boggiano 6d5b4d606c Add warning in verbose mode if drivers can not be used because of missing openssl 12 years ago
Jordi Boggiano beb4cbcd2b Add test for ZipDownloader 12 years ago
Jordi Boggiano ac8ac6e9b2 Fix tests depending on remote sites 12 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 12 years ago
Jordi Boggiano b9f770177b Fix tests 12 years ago
Jordi Boggiano 7cb79bb1c9 Fix typo & tests 12 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 12 years ago
Jordi Boggiano cd2e5bf2e0 Make SvnDriver::supports less greedy and more realistic 12 years ago
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 12 years ago
Jordi Boggiano 6c2b78a669 Merge remote-tracking branch 'till/svn-auth-reloaded' 12 years ago
Jordi Boggiano ab55490254 Merge remote-tracking branch 'hason/metapackage' 12 years ago
Jordi Boggiano d71bed19fc Add more windows paths tests 12 years ago
Jordi Boggiano 5f30206c69 Merge remote-tracking branch 'hason/classloader' 12 years ago
Jordi Boggiano cdfcaface4 Merge remote-tracking branch 'hason/vendordir' 12 years ago
Martin Hasoň 36d9513d7b Changed parameter name in Filesystem::findShortestPath 12 years ago
till c6566825ad Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till e015032615 remove old tests 12 years ago
till 8eb9584173 * move tests from Composer\Test\Vcs\SvnDriverTest to this class 12 years ago
Martin Hasoň 1f8c9eeb6c Added parameter $inDirectory to method Filesystem::findShortestPath 12 years ago
Martin Hasoň fde38dacec Added test for generated classmap files 12 years ago
Martin Hasoň 81e8261692 Added tests for traits 12 years ago
Jordi Boggiano 45b2165057 Fix tests 12 years ago
Nils Adermann 366e98288e Merge pull request #473 from Seldaek/gzip
Automatic gzip encoding support
12 years ago
Jordi Boggiano e8bf6e9067 Merge remote-tracking branch 'naderman/human-readable-errors' 12 years ago
Jordi Boggiano f98bd971f2 Add Gzip handling to RemoteFilesystem 12 years ago
Jordi Boggiano 51447074c2 Fix wording & co 12 years ago
Jordi Boggiano a5c2c6c07e Merge remote-tracking branch 'biozshock/issue225' 12 years ago
Nils Adermann 2c87fe5a22 Collect solver problems in Problem objects with human readable output. 12 years ago
till 8f96786693 Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till 66d53aafef add more examples to the dataprovider 12 years ago
Jordi Boggiano 2249dd0548 Fix tests when openssl is disabled 12 years ago
Nils Adermann 15e764bb3f Merge pull request #439 from Seldaek/git_push
Set push url correctly for github clones
12 years ago
Jordi Boggiano d5891fe8d0 Fix test 12 years ago
Jordi Boggiano 659775a607 Merge remote-tracking branch 'simensen/GitHub404FixPartTwo' 12 years ago
Jordi Boggiano 438cea6363 Regroup bootstrapers 12 years ago
Jordi Boggiano 36c53f4b82 Merge branch 'patch-xdebug' of https://github.com/SongoQ/composer 12 years ago
Beau Simensen 38680998ed Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback. 12 years ago
Marcin Chyłek 7d2a287863 Add file_exists in bootstrap.php 12 years ago
Jordi Boggiano a02940cafb Fix tests 12 years ago
Jordi Boggiano 3b77d25a3c Merge remote-tracking branch 'hason/priority'
Conflicts:
	src/Composer/Factory.php
12 years ago
till 2562755867 * add a test to cover SvnDriver::supports() (three fail) 12 years ago
till 9a60913d81 incomplete (instead of skipped) 12 years ago
till f06bdcbf16 use shorthand (we have a use statement) 12 years ago
till 50f6445bc9 cleanup 12 years ago
till 5fdd09104f resolve conflict 12 years ago
Martin Hasoň c85ae48e5d Vendor dir can be outside the current working directory 12 years ago
Jordi Boggiano e763af7412 Set push url correctly for github clones 12 years ago
Jordi Boggiano 8bd0814b67 Merge pull request #420 from digitalkaoz/composer_tests
added some trivial tests
12 years ago
Jordi Boggiano 5696b44a4f Fix tests 12 years ago
digitalkaoz a284eb5cfe coding style fixes 12 years ago
Beau Simensen 6efbc7d531 Enhanced GitHub API/Private Repository support 12 years ago
Jordi Boggiano edf93f1fcc Fix test & behavior 12 years ago
Jordi Boggiano f8a09eaa3f Make classmaps relative instead of absolute for file portability 12 years ago
Jordi Boggiano 27eb249aab Merge remote-tracking branch 'beberlei/ClassMaps' 12 years ago
Jordi Boggiano 89f69256f8 Merge remote-tracking branch 'kostiklv/console-overwrite-fix' 12 years ago
digitalkaoz 8dad8d8c43 added some trivial tests 12 years ago
Jordi Boggiano 1d544630b6 Allow requesting a particular vcs driver to bypass github/bitbucket ones 12 years ago
till 364e9613ad * started on a test case for SvnDriver::execute() (work in progress) 12 years ago
till 25e8ecc5ba * trim the testcase: no need to inject nullio 12 years ago
till bcadfadc8a inject them directly 12 years ago
till 84bf429795 * we need symfony console objects for ConsoleIO 12 years ago
till cde38f6634 * inject iointerface into test
* document test cases
 * add a test-case which should not have ' --no-auth-cache'
12 years ago
Martin Hasoň 947d429c61 Removed definition of global constants reserved for PHP >=5.4 and fixed tests 12 years ago
Jordi Boggiano 3e22084ea4 Overhaul VcsDrivers, introduce TransportException for remote filesystem errors 12 years ago
Jordi Boggiano 3aabb4784c Cross platform test fixes 12 years ago
till 953de35a0b * basic testcase 12 years ago
till 3f665e8bbb * method to gather if this session is 'interactive' or 'non interactive' 12 years ago
till 23902023e5 fix namespace 12 years ago
Jordi Boggiano ae6de4be60 Merge pull request #377 from till/svn-auth
Svn auth
12 years ago
Jordi Boggiano ada9c20db1 Update Git/Hg downloaders tests, making sure they never use a live filesystem instance 12 years ago
Konstantin Tjuterev 0b7896cdad Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress 12 years ago
Martin Hasoň 9021c86237 Added packagist repository as the last repository with the lowest priority 13 years ago
Martin Hasoň 2b08df5192 Changed repository priority in the pool 13 years ago
Jordi Boggiano bd54e43d37 Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid 13 years ago
Jordi Boggiano 07a82c9223 Merge remote-tracking branch 'digitalkaoz/json_schema_validator' 13 years ago
Benjamin Eberlei 671cd5ee08 Add tests for ClassMapGenerator 13 years ago
Jordi Boggiano 9bcea6f485 Merge remote-tracking branch 'hason/filedownloader' 13 years ago
Martin Hasoň 0d93674819 Added tests for the RemoteFilesystem class 13 years ago
Martin Hasoň 492e672b23 Added tests for StreamContextFactory 13 years ago
till ae15d8a5b6 update test (escapeshellarg()) 13 years ago
till 8dab89e140 remove bootstrapping 13 years ago
Nils Adermann 6de46a16e6 Merge pull request #381 from hason/version
Added isDev method to the VersionParser class
13 years ago
Martin Hasoň 736ea800e3 Added isDev method to the VersionParser class 13 years ago
till 5b60885c7a * remove this (even though it is in the Vcs test) 13 years ago
till f7c0ce5c6e fix namespace and loader 13 years ago
till 101e15bb86 move mysql 13 years ago
till 1c9f649422 * cover detection and getSvnCredentialString() 13 years ago
Dave Marshall c2421db7d9 Add stderr to exceptions for GitDownloader 13 years ago
Martin Hasoň f026e2a0eb Added tests for FileDownloader and ArchiveDownloader 13 years ago
Wookieb f93135b3bd Cosmetic tests fix - remove test directories 13 years ago
Martin Hasoň 528a058e40 Added installer for metapackages 13 years ago
Wookieb 8d3b40ff8e Tests should remove created directories after testing process 13 years ago
digitalkaoz 6929c42848 added schema/syntax validation for composer.json 13 years ago
Nils Adermann 73d7528f5f Merge pull request #342 from mikey179/git-error-handling
Git error handling
13 years ago
Nils Adermann 85a07affd7 Merge pull request #350 from Seldaek/aliasing
Aliasing
13 years ago
Jordi Boggiano 1213067d96 Add test 13 years ago
Jordi Boggiano 59d2b1145c Add lock file alias support and a bunch of fixes 13 years ago
Jordi Boggiano 82054f2060 Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version 13 years ago
Jordi Boggiano 5eb333680b Rename findPackagesByName to findPackages and allow version arg 13 years ago
Martin Hasoň 56c0e511da Added support for change the process timeout 13 years ago
Frank Kleine 025f6066ff fix file permissions 13 years ago
mikey179 0e5a4e07ba add tests to make sure a runtime exception is thrown if return code from git command line call is not 0 13 years ago
mikey179 895d901bf9 better error handling when git command runs into a failure, fixes #340 13 years ago
Nils Adermann f3ff53b17c Create problems directly, rather than generating impossible rules 13 years ago
Nils Adermann 39aa5c0752 Merge pull request #329 from Seldaek/new_dev
[BC Break] New dev handling
13 years ago
Nils Adermann dd443cd570 Complete circular dependency with alternatives through virtual packages test 13 years ago
Nils Adermann 3e1749fbad Readd update-all jobs and make them available through the request 13 years ago
Jordi Boggiano 3fe87b1e35 Force dev packages to be installed from source 13 years ago
Jordi Boggiano ae7107fc22 Add more test requirements 13 years ago
Jordi Boggiano 882496b926 Adjust version parser tests 13 years ago
Jordi Boggiano a175ebed33 Add failing test for new dev behavior 13 years ago
Nils Adermann 9b8e62396c Merge pull request #324 from edorian/installNonExistingPackage
Create an 'impossible rule' when installing non existent packages
13 years ago
Nils Adermann 3b06a22e69 Add getVersionConstraint test case to avoid version normalization issues 13 years ago
Nils Adermann af408eee9a Fix line endings of Composer TestCase 13 years ago
Volker Dusch f304a0f129 Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391 13 years ago
Nils Adermann 1ee5d99405 When changing watched literals of a rule, update the parent's next pointer
The previous rule was not previously updated to point to the next rule when
removing a middle rule from the watch tree for a literal. This resulted in
jumping from one literal's watch tree to another's, which could then jump
back to the original and cause infinite loop in a case like #265.

Fixes #265
13 years ago
Volker Dusch e20a79ac61 Fix TODO tags to confirm with the projects standard 13 years ago
Volker Dusch eafe13d5a5 Create an impossible rule when trying to install something that doesn't exist.
The rule isn't acted upon yet (hence the incomplete test) but it is there as a reminder that this case needs to be handled.
13 years ago
Nils Adermann e6143d1584 Add todos to explain why try/catch is inside the test 13 years ago
Nils Adermann 52d876e11e Add SolverProblemsException and test basic solver failures 13 years ago
Volker Dusch 3fb75faa75 Now that no more update rules are created the code that handles them can be removed too.
Also adapted the tests that used TYPE_UPDATE exemplarily to use TYPE_FEATURE.
13 years ago
Nils Adermann 1dd15e5662 Merge pull request #316 from edorian/solver-update-tests
Some added update tests
13 years ago
Jordi Boggiano 230e145053 Fix downloader tests on windows and mock Filesystem properly 13 years ago
Volker Dusch a8b2db64d5 Expaned the update tests to make sure a) Only requested updates execute and b) Installed repos with no actions get pruned from the jobqueue 13 years ago
Nils Adermann 8aa0127de8 Remove test of undefined behaviour for unknown types in rulesets 13 years ago
Nils Adermann 7609f27052 Merge branch 'add-tests' of https://github.com/l3l0/composer into new-master
* 'add-tests' of https://github.com/l3l0/composer:
  Made fixes after review.
  Made changes which fied warnings and errors in tests.
  Fixed tests after update and merge of changes from upstream/master
  Fixed code. Changes improved code testability
  Added and extended some unit tests
13 years ago
Jordi Boggiano 43ce9ab14f Merge pull request #313 from naderman/fix-assert
Add a test for the off by one error in solver conflict resolution
13 years ago
Nils Adermann 460822fb96 Fix indentation of doc comment 13 years ago
Nils Adermann 3b54316e91 Add a test for the off by one error in solver conflict resolution 13 years ago
Volker Dusch 9ede082371 Skip tests if mbstring is not installed 13 years ago
Jordi Boggiano 8dcb75080e Merge remote-tracking branch 'wookieb/installer_dry_run' 13 years ago
Martin Hasoň e621495c4d Added support for JSON_UNESCAPED_SLASHES 13 years ago
Wookieb 2467456d3f Fix installer that create vendor and bin directory even if --dry-run parameter provided
* Move directories creation from constructor to "install" and "update" method
* Tests for LibraryInstaller
13 years ago
Martin Hasoň ff0f833b3e Added support for JSON_UNESCAPED_UNICODE and fixed parsing string 13 years ago
Martin Hasoň 01be62d842 Updated ArrayDumper 13 years ago
Jordi Boggiano 8123de2fea Simplified bootstrap 13 years ago
Jordi Boggiano 5da021ffa7 Moved Filesystem to base Util namespace 13 years ago
Beau Simensen e1370be7a0 Continued refactoring of install() method, mainly by way of adding Composite Repository
* Rewritten `install()` method now takes a repository instead of a list of packages (per @nadermen)
 * Added Composite Repository
 * Added tests for Composite Repository
 * Removed "local repository" concept from Platform Repository
 * Removed some `use` statements for Platform Repository where it was not actually being used
13 years ago
Jordi Boggiano 26e909a1a0 Apply nested-autoload support to all relevant files 13 years ago
Jordi Boggiano 2262a3f864 Fix test 13 years ago
Jordi Boggiano d52feb1a9f Merge remote-tracking branch 'digitalkaoz/issue_209' 13 years ago
Jordi Boggiano d18e749f85 Test fix, fixes #274 13 years ago
Jordi Boggiano 15d78e6ad1 Fix autoload generator with vendor-dir = working-dir 13 years ago
Martin Hasoň d27989c808 Fixed obscure code 13 years ago
Artem Lopata 7d994b5de4 Added ErrorHandler for handling E_NOTICE, E_WARNING, E_ERROR 13 years ago
Leszek Prabucki f59ca1e2f8 Made fixes after review. 13 years ago
Leszek Prabucki 19878c2dc1 Fixed tests after update and merge of changes from upstream/master 13 years ago
Leszek Prabucki de7f666118 Added and extended some unit tests 13 years ago
Martin Hasoň 76a2be5ae0 Fixed detection of missing comma and added detection of missing colon in json 13 years ago