1
0
Fork 0
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:
Nils Adermann 2011-10-22 17:20:45 +02:00
parent 44369472be
commit 571c14adf9
3 changed files with 40 additions and 7 deletions

View file

@ -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),
));
}