-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Morris Jobke <[email protected]>
- Loading branch information
1 parent
0280c3e
commit 418e9c4
Showing
5 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Feature: CLI updater - stable11 base | ||
|
||
Scenario: Update is available - 11.0.0 beta to 11.0.0 beta 2 | ||
Given the current installed version is 11.0.0beta | ||
And there is an update to prerelease version of 11.0.0beta2 available | ||
And the version number is decreased in the config.php to enforce upgrade | ||
When the CLI updater is run successfully | ||
And the output should contain "Update successful" | ||
Then the installed version should be 11.0.0.5 | ||
And maintenance mode should be off | ||
And upgrade is not required |