Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4409d9 commit 175d193Copy full SHA for 175d193
tests/Composer/Test/DependencyResolver/SolverTest.php
@@ -74,7 +74,7 @@ public function testInstallNonExistingPackageFails()
74
} catch (SolverProblemsException $e) {
75
$problems = $e->getProblems();
76
$this->assertEquals(1, count($problems));
77
- $this->assertEquals('The requested package b == 1 could not be found.', $problems[0]->getPrettyString());
+ $this->assertEquals("\n - The requested package b == 1 could not be found.", $problems[0]->getPrettyString());
78
}
79
80
0 commit comments