Verified Commit 84a8f0ee authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3358328 followup by andypost: Improve how KernelTestBase manages its...

Issue #3358328 followup by andypost: Improve how KernelTestBase manages its persistent key value storage
parent 681046af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ abstract class KernelTestBase extends TestCase implements ServiceProviderInterfa
   *
   * @var \Drupal\Core\KeyValueStore\KeyValueMemoryFactory
   */
  protected KeyValueMemoryFactory $keyValue;
  protected $keyValue;

  /**
   * The app root.