1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

We won't implement choice rules, you need to edit composer.json to choose

This commit is contained in:
Nils Adermann 2012-04-27 17:44:42 +02:00
parent 5ba9a887c2
commit 0e537b9c93
3 changed files with 1 additions and 178 deletions

View file

@ -31,7 +31,6 @@ class RuleSetTest extends TestCase
new Rule(array(), 'update1', null),
),
RuleSet::TYPE_LEARNED => array(),
RuleSet::TYPE_CHOICE => array(),
);
$ruleSet = new RuleSet;