mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Prefer original packages over replaced packages of same repository priority
This commit is contained in:
parent
44369472be
commit
571c14adf9
3 changed files with 40 additions and 7 deletions
|
@ -209,7 +209,7 @@ class SolverTest extends \PHPUnit_Framework_TestCase
|
|||
$this->request->install('A');
|
||||
|
||||
$this->checkSolverResult(array(
|
||||
array('job' => 'install', 'package' => $packageB),
|
||||
array('job' => 'install', 'package' => $packageA),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue