basePerms, $new_perms); $this->adminUser = $this->drupalCreateUser($all_perms); $this->drupalLogin($this->adminUser); $this->drupalGet('admin/structure/taxonomy/add'); $this->assertResponse(200); $edit = [ 'name' => 'Tags', 'vid' => 'tags', ]; $this->drupalPostForm(NULL, $edit, t('Save')); $this->drupalLogout(); } }