diff options
author | nod_ <nod_@598310.no-reply.drupal.org> | 2025-02-03 12:14:50 +0100 |
---|---|---|
committer | nod_ <nod_@598310.no-reply.drupal.org> | 2025-02-03 12:14:50 +0100 |
commit | 95c0c2e81c577c5ff4e9bfdbeb0f58160aa73050 (patch) | |
tree | 00b30eb51ce6c28f23ffe97f5a79b5228c621746 /core/modules/config | |
parent | 1202b00007fad44f8ef843f1f598d3a83f3ec326 (diff) | |
download | drupal-95c0c2e81c577c5ff4e9bfdbeb0f58160aa73050.tar.gz drupal-95c0c2e81c577c5ff4e9bfdbeb0f58160aa73050.zip |
Issue #3503744 by quietone, borisson_: Fix 'Drupal.Commenting.VariableComment.MissingVar' in module and profile tests
Diffstat (limited to 'core/modules/config')
-rw-r--r-- | core/modules/config/tests/src/Functional/ConfigInstallWebTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php index 2859a4763b8..0209fb0e1cc 100644 --- a/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php +++ b/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php @@ -27,6 +27,8 @@ class ConfigInstallWebTest extends BrowserTestBase { /** * The admin user used in this test. + * + * @var \Drupal\user\Entity\User|false */ protected $adminUser; |