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

Issue #2067993 by rhm50: Remove Unused local variable from...

Issue #2067993 by rhm50: Remove Unused local variable  from /core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php.
parent 7e0cb37d
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
......@@ -111,7 +111,7 @@ protected function assertAuthoringInfo() {
$values = array();
// Post different authoring information for each translation.
foreach ($this->langcodes as $index => $langcode) {
foreach ($this->langcodes as $langcode) {
$user = $this->drupalCreateUser();
$values[$langcode] = array(
'uid' => $user->id(),
......@@ -180,7 +180,6 @@ public function testDisabledBundle() {
// Create a node for each bundle.
$enabledNode = $this->drupalCreateNode(array('type' => $this->bundle));
$disabledNode = $this->drupalCreateNode(array('type' => $disabledBundle));
// Make sure that only a single row was inserted into the
// {content_translation} table.
......
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