From b492558cca6215e4eed5ceb1a231e1ae85665191 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 1 Jun 2023 08:54:47 +0900 Subject: [PATCH] Logging unit test regex fix --- 4dev/tests/Logging/CoreLibsLoggingLoggingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4dev/tests/Logging/CoreLibsLoggingLoggingTest.php b/4dev/tests/Logging/CoreLibsLoggingLoggingTest.php index 177545bc..af885357 100644 --- a/4dev/tests/Logging/CoreLibsLoggingLoggingTest.php +++ b/4dev/tests/Logging/CoreLibsLoggingLoggingTest.php @@ -20,7 +20,7 @@ final class CoreLibsLoggingLoggingTest extends TestCase private const LOG_FOLDER = __DIR__ . DIRECTORY_SEPARATOR . 'log' . DIRECTORY_SEPARATOR; private const REGEX_BASE = "\[[\d\-\s\.:]+\]\s{1}" // date . "\[[\w\.]+(:\d+)?\]\s{1}" // host:port - . "\[[\w+\.\/]+:\d+\]\s{1}" // folder/file + . "\[[\w\-\.\/]+:\d+\]\s{1}" // folder/file . "\[\w+\]\s{1}" // run id . "{[\w\\\\]+(::\w+)?}\s{1}"; // class