mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Corrected altered error message in test
This commit is contained in:
parent
5bea5974f7
commit
a08c2a0b9f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class SolverTest extends TestCase
|
|||
} catch (SolverProblemsException $e) {
|
||||
$problems = $e->getProblems();
|
||||
$this->assertEquals(1, count($problems));
|
||||
$this->assertEquals('The requested package "b" with constraint == 1.0.0.0 could not be found.', (string) $problems[0]);
|
||||
$this->assertEquals('The requested package b == 1.0.0.0 could not be found.', (string) $problems[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue