We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d52a47 commit 85af518Copy full SHA for 85af518
tests/core-version.bats
@@ -40,12 +40,6 @@ teardown_file() {
40
assert_output "11"
41
}
42
43
-@test "ddev core-version short-major" {
44
- ddev core-version 11
45
- run -0 ddev exec 'drush st --fields=drupal-version --format=string'
46
- assert_output "11.0.0"
47
-}
48
-
49
@test "ddev core-version invalid" {
50
run ! ddev core-version test
51
assert_output --partial 'Could not parse version constraint test: Invalid version string "test"'
0 commit comments