From 6c4800b8d27f4d775565b93cf85e419ed8ae27f1 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 22 Apr 2017 16:38:37 -0400 Subject: [PATCH] Update corresponding test for plugin moving --- .../Fixtures/installer/plugins-are-installed-first.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Composer/Test/Fixtures/installer/plugins-are-installed-first.test b/tests/Composer/Test/Fixtures/installer/plugins-are-installed-first.test index ad34e9c02..e6c13f5db 100644 --- a/tests/Composer/Test/Fixtures/installer/plugins-are-installed-first.test +++ b/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)