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

Fixed tests related to constraint changes

This commit is contained in:
Yanick Witschi 2020-04-30 17:40:06 +02:00 committed by Jordi Boggiano
parent bca88bdd4b
commit 8e2dd62d10
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
3 changed files with 6 additions and 5 deletions

View file

@ -104,6 +104,6 @@ class RuleTest extends TestCase
$rule = new GenericRule(array($p1->getId(), -$p2->getId()), Rule::RULE_PACKAGE_REQUIRES, new Link('baz', 'foo'));
$this->assertEquals('baz 1.1 relates to foo -> satisfiable by foo[2.1].', $rule->getPrettyString($repositorySetMock, $requestMock, $pool, false));
$this->assertEquals('baz 1.1 relates to foo [] -> satisfiable by foo[2.1].', $rule->getPrettyString($repositorySetMock, $requestMock, $pool, false));
}
}