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

Issue #2080597 by sandergo90, mrsinguyen: Remove Unused local variable from...

Issue #2080597 by sandergo90, mrsinguyen: Remove Unused local variable  from /core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php.
parent f8d2e85d
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
......@@ -33,8 +33,6 @@ public static function getInfo() {
* Test if user can change their default language.
*/
function testUserLanguageConfiguration() {
global $base_url;
// User to add and remove language.
$admin_user = $this->drupalCreateUser(array('administer languages', 'access administration pages'));
// User to change their default language.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment