diff --git a/tests/Composer/Test/DependencyResolver/SolverTest.php b/tests/Composer/Test/DependencyResolver/SolverTest.php index 57f835c88..85ef6fc70 100644 --- a/tests/Composer/Test/DependencyResolver/SolverTest.php +++ b/tests/Composer/Test/DependencyResolver/SolverTest.php @@ -415,9 +415,9 @@ class SolverTest extends TestCase } /** - * If a replacer D replaces B and C with C not otherwise available, - * D must be installed instead of the original B. - */ + * If a replacer D replaces B and C with C not otherwise available, + * D must be installed instead of the original B. + */ public function testUseReplacerIfNecessary() { $this->repo->addPackage($packageA = $this->getPackage('A', '1.0'));