mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Use RULE_LEARNED instead of RULE_FIXED
This commit is contained in:
parent
7a97741aae
commit
1ea3111583
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class RuleSetIteratorTest extends TestCase
|
|||
new GenericRule(array(), Rule::RULE_ROOT_REQUIRE, null),
|
||||
),
|
||||
RuleSet::TYPE_LEARNED => array(
|
||||
new GenericRule(array(), Rule::RULE_FIXED, null),
|
||||
new GenericRule(array(), Rule::RULE_LEARNED, null),
|
||||
),
|
||||
RuleSet::TYPE_PACKAGE => array(),
|
||||
);
|
||||
|
|
|
@ -31,7 +31,7 @@ class RuleSetTest extends TestCase
|
|||
new GenericRule(array(2), Rule::RULE_ROOT_REQUIRE, null),
|
||||
),
|
||||
RuleSet::TYPE_LEARNED => array(
|
||||
new GenericRule(array(), Rule::RULE_FIXED, null),
|
||||
new GenericRule(array(), Rule::RULE_LEARNED, null),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue