Correctly use install and update commands in our installer tests
parent
97ec2d7b61
commit
ff5ec54f04
|
@ -22,7 +22,7 @@ Abandoned packages are flagged
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
update
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
|
|
|
@ -19,7 +19,7 @@ Broken dependencies should not lead to a replacer being installed which is not m
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
update
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
|
|
|
@ -28,7 +28,7 @@ Present a clear error message when config.platform.php version results in a conf
|
||||||
}
|
}
|
||||||
|
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
update
|
||||||
|
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
|
|
|
@ -17,7 +17,7 @@ Suggestions are not displayed for installed packages
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
update
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
|
|
|
@ -17,6 +17,7 @@ Suggestions are not displayed in non-dev mode
|
||||||
--RUN--
|
--RUN--
|
||||||
install --no-dev
|
install --no-dev
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
|
<warning>No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.</warning>
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
Lock file operations: 1 install, 0 updates, 0 removals
|
Lock file operations: 1 install, 0 updates, 0 removals
|
||||||
|
|
|
@ -17,7 +17,7 @@ Suggestions are not displayed for packages if they are replaced
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
update
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
|
|
|
@ -17,6 +17,7 @@ Suggestions are displayed
|
||||||
--RUN--
|
--RUN--
|
||||||
install
|
install
|
||||||
--EXPECT-OUTPUT--
|
--EXPECT-OUTPUT--
|
||||||
|
<warning>No lock file found. Updating dependencies instead of installing from lock file. Use composer update over composer install if you do not have a lock file.</warning>
|
||||||
Loading composer repositories with package information
|
Loading composer repositories with package information
|
||||||
Updating dependencies
|
Updating dependencies
|
||||||
Lock file operations: 1 install, 0 updates, 0 removals
|
Lock file operations: 1 install, 0 updates, 0 removals
|
||||||
|
|
Loading…
Reference in New Issue