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

Issue #2080717 by TR, areke, chertzog, mrsinguyen: Remove Unused local...

Issue #2080717 by TR, areke, chertzog, mrsinguyen: Remove Unused local variable  from /core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php.
parent a2df050a
Branches
Tags
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
......@@ -38,7 +38,6 @@ function setUp() {
function testImport() {
$name = 'system.site';
$dynamic_name = 'config_test.dynamic.new';
$storage = $this->container->get('config.storage');
$staging = $this->container->get('config.storage.staging');
$this->drupalGet('admin/config/development/configuration');
......@@ -120,7 +119,6 @@ function testImportLock() {
* Tests the screen that shows differences between active and staging.
*/
function testImportDiff() {
$active = $this->container->get('config.storage');
$staging = $this->container->get('config.storage.staging');
$config_name = 'config_test.system';
$change_key = 'foo';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment