1
0
Fork 0
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:
Jordi Boggiano 2020-06-02 11:22:35 +02:00
parent c8efb50d39
commit 5e5f9f8142
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
3 changed files with 2 additions and 6 deletions

View file

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