Skip to content
Snippets Groups Projects
Commit e18d1d10 authored by catch's avatar catch
Browse files

Issue #3175666 by paulocs, shetpooja04, Lendude, anmolgoyal74,...

Issue #3175666 by paulocs, shetpooja04, Lendude, anmolgoyal74, jijojoseph_zyxware, sanjayk, catch, kapilkumar0324: Remove unused $admin_user variable in FieldEntityOperationsTest.php, views module

(cherry picked from commit 5c9b9c19)
parent 2b76f575
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,9 @@ public function testEntityOperations() {
'access administration pages',
'administer nodes',
'bypass node access',
'administer views',
]);
$this->drupalLogin($this->rootUser);
$this->drupalLogin($admin_user);
$this->drupalGet('test-entity-operations');
/** @var $entity \Drupal\entity_test\Entity\EntityTest */
foreach ($entities as $entity) {
......
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