Skip to content

Commit 85af518

Browse files
authored
Stop testing undocumented core-version param (#160)
1 parent 4d52a47 commit 85af518

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/core-version.bats

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ teardown_file() {
4040
assert_output "11"
4141
}
4242

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-
4943
@test "ddev core-version invalid" {
5044
run ! ddev core-version test
5145
assert_output --partial 'Could not parse version constraint test: Invalid version string "test"'

0 commit comments

Comments
 (0)