Browse Source

Remove problem reporting for locked package not being found, needs to be fixed in #7779 later

Jordi Boggiano 5 years ago
parent
commit
6f44350c01
1 changed files with 2 additions and 4 deletions
  1. 2 4
      tests/Composer/Test/Fixtures/installer/solver-problems.test

+ 2 - 4
tests/Composer/Test/Fixtures/installer/solver-problems.test

@@ -61,12 +61,10 @@ Your requirements could not be resolved to an installable set of packages.
   Problem 2
     - The requested package bogus/pkg could not be found in any version, there may be a typo in the package name.
   Problem 3
+    - The requested package stable-requiree-excluded/pkg could not be found in any version, there may be a typo in the package name.
+  Problem 4
     - Installation request for requirer/pkg 1.* -> satisfiable by requirer/pkg[1.0.0].
     - requirer/pkg 1.0.0 requires dependency/pkg 1.0.0 -> no matching package found.
-  Problem 4
-    - stable-requiree-excluded/pkg is locked to version 1.0.0 and an update of this package was not requested.
-    - Same name, can only install one of: stable-requiree-excluded/pkg[1.0.0, 1.0.1].
-    - Installation request for stable-requiree-excluded/pkg 1.0.1 -> satisfiable by stable-requiree-excluded/pkg[1.0.1].
 
 Potential causes:
  - A typo in the package name