Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 175d193

Browse files
committed
Fix tests
1 parent f4409d9 commit 175d193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Composer/Test/DependencyResolver/SolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testInstallNonExistingPackageFails()
7474
} catch (SolverProblemsException $e) {
7575
$problems = $e->getProblems();
7676
$this->assertEquals(1, count($problems));
77-
$this->assertEquals('The requested package b == 1 could not be found.', $problems[0]->getPrettyString());
77+
$this->assertEquals("\n - The requested package b == 1 could not be found.", $problems[0]->getPrettyString());
7878
}
7979
}
8080

0 commit comments

Comments
 (0)