We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c461fdf + 7e1e6ce commit acbc77fCopy full SHA for acbc77f
src/tests/LoggerUtilityTest.php
@@ -93,6 +93,7 @@ public function testLogRawLoggingException()
93
$utility->logRaw(self::TEST_RAW_MESSAGE);
94
// @codeCoverageIgnoreStart
95
}
96
+
97
// @codeCoverageIgnoreEnd
98
99
/**
@@ -117,6 +118,7 @@ public function testLogChatLoggingException()
117
118
$utility->logChat(__METHOD__, self::TEST_RAW_MESSAGE);
119
120
121
122
123
124
0 commit comments