From 6ac09fee5fa3d948cb57cd3d919d1ff34573d900 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 12 Oct 2018 22:57:48 +0100 Subject: [PATCH] Issue #2987340 by msankhala, Chi: Document or remove $expectedLogSeverity and $expectedLogMessage properties from KernelTestBase --- core/tests/Drupal/KernelTests/KernelTestBase.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/tests/Drupal/KernelTests/KernelTestBase.php b/core/tests/Drupal/KernelTests/KernelTestBase.php index 7d4a92d6b7d6..dad4c97ea10a 100644 --- a/core/tests/Drupal/KernelTests/KernelTestBase.php +++ b/core/tests/Drupal/KernelTests/KernelTestBase.php @@ -173,16 +173,6 @@ abstract class KernelTestBase extends TestCase implements ServiceProviderInterfa */ protected $vfsRoot; - /** - * @var int - */ - protected $expectedLogSeverity; - - /** - * @var string - */ - protected $expectedLogMessage; - /** * @todo Move into Config test base class. * @var \Drupal\Core\Config\ConfigImporter