From cacc29d1207509748c0f68968076b7fd6422c674 Mon Sep 17 00:00:00 2001
From: Juraj Nemec <60540-poker10@users.noreply.drupalcode.org>
Date: Thu, 28 Mar 2024 22:11:05 +0000
Subject: [PATCH] Issue #3436885 by poker10: Creation of dynamic property
 TfaTestCase::$web_user is deprecated

---
 tests/tfa.test | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/tfa.test b/tests/tfa.test
index ed3a9f2..275be07 100644
--- a/tests/tfa.test
+++ b/tests/tfa.test
@@ -10,6 +10,13 @@
  */
 class TfaTestCase extends DrupalWebTestCase {
 
+  /**
+   * A user with permission to access content.
+   *
+   * @var object
+   */
+  protected $web_user;
+
   /**
    * Implement getInfo().
    */
-- 
GitLab