From 700b1c92f1702079f60506916138873e57445ad3 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sun, 19 Jul 2020 14:12:48 +0100
Subject: [PATCH] Issue #3156070 by Hardik_Patel_12, kiamlaluno: Unused local
 variables from ConfigSchemaTest file

---
 core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
index c37ac7888dd5..62be0c56eb5f 100644
--- a/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
@@ -228,7 +228,6 @@ public function testSchemaMapping() {
 
     $this->assertEqual($definition, $expected, 'Retrieved the right metadata for the first effect of image.style.medium');
 
-    $a = \Drupal::config('config_test.dynamic.third_party');
     $test = \Drupal::service('config.typed')->get('config_test.dynamic.third_party')->get('third_party_settings.config_schema_test');
     $definition = $test->getDataDefinition()->toArray();
     $expected = [];
-- 
GitLab