Issue #3155796 by Hardik_Patel_12, kiamlaluno: Remove Unused variable $node_storage from NodeRevisionsUiBypassAccessTest.php file

(cherry picked from commit 1859ee95b0)
merge-requests/64/head
Alex Pott 2020-07-21 15:38:38 +01:00
parent 72fa05ef33
commit e81a46dc49
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class NodeRevisionsUiBypassAccessTest extends NodeTestBase {
$this->drupalPlaceBlock('local_tasks_block');
$this->drupalLogin($this->editor);
$node_storage = $this->container->get('entity_type.manager')->getStorage('node');
// Set page revision setting 'create new revision'. This will mean new
// revisions are created by default when the node is edited.