Browse Source

Fix test expectation: Install and update operations are now alphabetical

Nils Adermann 5 years ago
parent
commit
3e0e5dc1fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Composer/Test/Fixtures/installer/circular-dependency2.test

+ 1 - 1
tests/Composer/Test/Fixtures/installer/circular-dependency2.test

@@ -32,5 +32,5 @@ Circular dependencies are possible between packages
 --RUN--
 update -v
 --EXPECT--
-Installing require/itself (1.0.0)
 Installing regular/pkg (1.0.0)
+Installing require/itself (1.0.0)