mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Remove unused RULE_INTERNAL_ALLOW_UPDATE
This commit is contained in:
parent
c8efb50d39
commit
5e5f9f8142
3 changed files with 2 additions and 6 deletions
|
@ -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_INTERNAL_ALLOW_UPDATE, null),
|
||||
new GenericRule(array(), Rule::RULE_FIXED, null),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue