mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update tests of solver problem message to match new message
This commit is contained in:
parent
f40f95b269
commit
7dffe79a0f
3 changed files with 4 additions and 1 deletions
|
@ -710,7 +710,8 @@ class SolverTest extends TestCase
|
|||
$msg .= "Potential causes:\n";
|
||||
$msg .= " - A typo in the package name\n";
|
||||
$msg .= " - The package is not available in a stable-enough version according to your minimum-stability setting\n";
|
||||
$msg .= " see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.\n\n";
|
||||
$msg .= " see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.\n";
|
||||
$msg .= " - It's a private package and you forgot to add a custom repository to find it\n\n";
|
||||
$msg .= "Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.";
|
||||
$this->assertEquals($msg, $e->getMessage());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue