1
0
Fork 0
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:
Nils Adermann 2011-07-08 07:09:39 -04:00
parent 49c3446ac1
commit 825deff09f
9 changed files with 783 additions and 207 deletions

View file

@ -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;