소스 검색

Fix test expectation: Install and update operations are now alphabetical

Nils Adermann 5 년 전
부모
커밋
3e0e5dc1fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)