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

Tweak problem wording slightly

This commit is contained in:
Jordi Boggiano 2020-04-23 13:17:22 +02:00
parent d8678fc8f2
commit 34801239f1
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
4 changed files with 4 additions and 4 deletions

View file

@ -684,7 +684,7 @@ class SolverTest extends TestCase
$msg = "\n";
$msg .= " Problem 1\n";
$msg .= " - Root composer.json requires a -> satisfiable by A[1.0].\n";
$msg .= " - A 1.0 requires b >= 2.0 -> found B[1.0] but it does not match your constraint.\n";
$msg .= " - A 1.0 requires b >= 2.0 -> found B[1.0] but it does not match the constraint.\n";
$this->assertEquals($msg, $e->getPrettyString($this->repoSet, $this->request, $this->pool, false));
}
}