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:
parent
d8678fc8f2
commit
34801239f1
4 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue