소스 검색

Update corresponding test for plugin moving

Stephen 8 년 전
부모
커밋
6c4800b8d2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tests/Composer/Test/Fixtures/installer/plugins-are-installed-first.test

+ 3 - 3
tests/Composer/Test/Fixtures/installer/plugins-are-installed-first.test

@@ -1,5 +1,5 @@
 --TEST--
-Composer installers are installed first if they have no meaningful requirements
+Composer installers and their requirements are installed first
 --COMPOSER--
 {
     "repositories": [
@@ -25,7 +25,7 @@ Composer installers are installed first if they have no meaningful requirements
 install
 --EXPECT--
 Installing inst (1.0.0)
-Installing inst-with-req (1.0.0)
-Installing pkg (1.0.0)
 Installing pkg2 (1.0.0)
 Installing inst-with-req2 (1.0.0)
+Installing inst-with-req (1.0.0)
+Installing pkg (1.0.0)