From 8f09b67d86b1dd26e7bc35345aef5a690d8d05fb Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 15 Sep 2023 18:31:41 +0900 Subject: [PATCH] Update for phpunit tests --- 4dev/tests/Logging/CoreLibsLoggingErrorMessagesTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/4dev/tests/Logging/CoreLibsLoggingErrorMessagesTest.php b/4dev/tests/Logging/CoreLibsLoggingErrorMessagesTest.php index bfec4227..b14a8ede 100644 --- a/4dev/tests/Logging/CoreLibsLoggingErrorMessagesTest.php +++ b/4dev/tests/Logging/CoreLibsLoggingErrorMessagesTest.php @@ -106,6 +106,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'str' => $str, 'id' => '', 'target' => '', + 'target_style' => '', 'highlight' => [], ], $em->getLastErrorMsg() @@ -139,6 +140,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'level' => 'info', 'str' => 'INFO MESSAGE', 'target' => '', + 'target_style' => '', 'highlight' => [], ], $em->getLastErrorMsg() @@ -154,6 +156,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'level' => 'info', 'str' => 'INFO MESSAGE', 'target' => '', + 'target_style' => '', 'highlight' => [], ] ], @@ -171,6 +174,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'level' => 'error', 'str' => 'ERROR MESSAGE', 'target' => '', + 'target_style' => '', 'highlight' => [], ], $em->getLastErrorMsg() @@ -186,6 +190,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'level' => 'info', 'str' => 'INFO MESSAGE', 'target' => '', + 'target_style' => '', 'highlight' => [], ], [ @@ -193,6 +198,7 @@ final class CoreLibsLoggingErrorMessagesTest extends TestCase 'level' => 'error', 'str' => 'ERROR MESSAGE', 'target' => '', + 'target_style' => '', 'highlight' => [], ] ],