X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fconfig_translation%2Ftests%2Fsrc%2FFunctional%2FConfigTranslationUiThemeTest.php;fp=web%2Fcore%2Fmodules%2Fconfig_translation%2Fsrc%2FTests%2FConfigTranslationUiThemeTest.php;h=dcfb7916fe850d1724e37e531d47b477097b679c;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=53713a92384703e13495405f3c7a2c493a9cbc25;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a;p=yaffs-website diff --git a/web/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php b/web/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php similarity index 86% rename from web/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php rename to web/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php index 53713a923..dcfb7916f 100644 --- a/web/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php +++ b/web/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php @@ -1,16 +1,16 @@ 'Install and set as default', ':theme' => $theme, ]); - $this->drupalGet($GLOBALS['base_root'] . $elements[0]['href'], ['external' => TRUE]); + $this->drupalGet($GLOBALS['base_root'] . $elements[0]->getAttribute('href'), ['external' => TRUE]); $translation_base_url = 'admin/config/development/performance/translate'; $this->drupalGet($translation_base_url);