Skip to content
Snippets Groups Projects
Commit 00e207a2 authored by Angie Byron's avatar Angie Byron
Browse files

#700558 follow-up by Scott Falconer: Make Update manager test more robust.

parent 1157ab3d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -620,7 +620,7 @@ class UpdateTestUploadCase extends UpdateTestHelper {
// Make sure the bogus extension supported by update_test.module is there.
$this->assertPattern('/archive extensions are supported:.*update-test-extension/', t("Found 'update-test-extension' extension"));
// Make sure it didn't clobber the first option from core.
$this->assertPattern('/archive extensions are supported:.*zip/', t("Found 'zip' extension"));
$this->assertPattern('/archive extensions are supported:.*tar/', t("Found 'tar' extension"));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment