mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Use https where possible
This commit is contained in:
parent
42a9561ae2
commit
2e99b9fdf5
28 changed files with 55 additions and 55 deletions
|
@ -709,7 +709,7 @@ class SolverTest extends TestCase
|
|||
$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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.\n\n";
|
||||
$msg .= "Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.";
|
||||
$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