Issue #3439909: Fix Taxonomy tests that rely on UID1's super user behavior
1 unresolved thread
Merge request reports
Activity
83 76 $vocabulary2 = $this->createVocabulary(['vid' => 'bbb']); 84 77 $term = $this->createTerm($vocabulary2); 85 78 $this->terms[$term->id()] = $term; 86 87 // Create user 1 and set is as the logged in user, so that the logged in 88 // user has the correct permissions to view the vocabulary name. 89 $this->adminUser = User::create(['name' => $this->randomString()]); 79 $admin_role = Role::create([ 80 'id' => 'admin', 81 'permissions' => ['administer taxonomy'], changed this line in version 2 of the diff
added 1 commit
Please register or sign in to reply