Jordi Boggiano 5 years ago
parent
commit
3e82542812

+ 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--
 install
 --EXPECT-EXCEPTION--
-InvalidArgumentException
+RuntimeException
 --EXPECT--
 Root package 'foo/bar' cannot require itself in its composer.json
 Did you accidentally name your root package after an external package?