mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Completed analysis of unsolvable situations and main decision process
This commit is contained in:
parent
49c3446ac1
commit
825deff09f
9 changed files with 783 additions and 207 deletions
|
@ -29,8 +29,8 @@ class RuleSetTest extends \PHPUnit_Framework_TestCase
|
|||
new Rule(array(), 'update1', null),
|
||||
),
|
||||
RuleSet::TYPE_FEATURE => array(),
|
||||
RuleSet::TYPE_WEAK => array(),
|
||||
RuleSet::TYPE_LEARNED => array(),
|
||||
RuleSet::TYPE_CHOICE => array(),
|
||||
);
|
||||
|
||||
$ruleSet = new RuleSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue