Jordi Boggiano 5 년 전
부모
커밋
3e82542812
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Composer/Test/Fixtures/installer/install-self-from-root.test

+ 1 - 1
tests/Composer/Test/Fixtures/installer/install-self-from-root.test

@@ -10,7 +10,7 @@ Tries to require a package with the same name as the root package
 --RUN--
 --RUN--
 install
 install
 --EXPECT-EXCEPTION--
 --EXPECT-EXCEPTION--
-InvalidArgumentException
+RuntimeException
 --EXPECT--
 --EXPECT--
 Root package 'foo/bar' cannot require itself in its composer.json
 Root package 'foo/bar' cannot require itself in its composer.json
 Did you accidentally name your root package after an external package?
 Did you accidentally name your root package after an external package?