Sends your logs to files, sockets, inboxes, databases and various web services
269 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/Monolog/UtilsTest.php | 41 | public static function providePathsToCanonicalize() |
| LOW | tests/Monolog/UtilsTest.php | 55 | public function testHandleJsonErrorFailure(int $code, string $msg) |
| LOW | tests/Monolog/UtilsTest.php | 61 | public static function providesHandleJsonErrorFailure() |
| LOW | tests/Monolog/UtilsTest.php | 104 | public static function provideIniValuesToConvertToBytes() |
| LOW | tests/Monolog/UtilsTest.php | 139 | public function testExpandIniShorthandBytes(string|null|bool $input, int|false $expected) |
| LOW | tests/Monolog/SignalHandlerTest.php | 95 | public function testRegisterSignalHandler() |
| LOW | tests/Monolog/SignalHandlerTest.php | 132 | public function testRegisterDefaultPreviousSignalHandler($signo, $callPrevious, $expected) |
| LOW | tests/Monolog/SignalHandlerTest.php | 182 | public function testRegisterCallablePreviousSignalHandler($callPrevious) |
| LOW | tests/Monolog/SignalHandlerTest.php | 214 | public function testRegisterSyscallRestartingSignalHandler($restartSyscalls) |
| LOW | tests/Monolog/SignalHandlerTest.php | 267 | public function testRegisterAsyncSignalHandler($initialAsync, $desiredAsync, $expectedBefore, $expectedAfter) |
| LOW | tests/Monolog/RegistryTest.php | 121 | public function testFailsOnNonExistentLogger() |
| LOW | tests/Monolog/RegistryTest.php | 145 | public function testFailsOnUnspecifiedReplacement() |
| LOW | tests/Monolog/PsrLogCompatTest.php | 124 | public function testContextCanContainAnything() |
| LOW | tests/Monolog/PsrLogCompatTest.php | 147 | public function testContextExceptionKeyCanBeExceptionOrOtherValues() |
| LOW | tests/Monolog/LoggerTest.php | 106 | public function testLogPreventsCircularLogging() |
| LOW | tests/Monolog/LoggerTest.php | 144 | public function testLogAlwaysHandledIfNoProcessorsArePresent() |
| LOW | tests/Monolog/LoggerTest.php | 160 | public function testLogNotHandledIfProcessorsArePresent() |
| LOW | tests/Monolog/LoggerTest.php | 263 | public function testProcessorsAreExecuted() |
| LOW | tests/Monolog/LoggerTest.php | 281 | public function testProcessorsAreCalledOnlyOnce() |
| LOW | tests/Monolog/LoggerTest.php | 312 | public function testProcessorsNotCalledWhenNotHandled() |
| LOW | tests/Monolog/LoggerTest.php | 331 | public function testHandlersNotCalledBeforeFirstHandlingWhenProcessorsPresent() |
| LOW | tests/Monolog/LoggerTest.php | 374 | public function testHandlersNotCalledBeforeFirstHandlingWhenProcessorsPresentWithAssocArray() |
| LOW | tests/Monolog/LoggerTest.php | 412 | public function testBubblingWhenTheHandlerReturnsFalse() |
| LOW | tests/Monolog/LoggerTest.php | 444 | public function testNotBubblingWhenTheHandlerReturnsTrue() |
| LOW | tests/Monolog/LoggerTest.php | 561 | public function testTimezoneIsRespectedInUTC() |
| LOW | tests/Monolog/LoggerTest.php | 583 | public function testTimezoneIsRespectedInOtherTimezone() |
| LOW | tests/Monolog/LoggerTest.php | 612 | public function testUseMicrosecondTimestamps($micro, $assert, $assertFormat) |
| LOW | tests/Monolog/LoggerTest.php | 628 | public static function useMicrosecondTimestampsProvider() |
| LOW | tests/Monolog/LoggerTest.php | 638 | public function testProcessorsDoNotInterfereBetweenHandlers() |
| LOW | tests/Monolog/LoggerTest.php | 669 | public function testDefaultHandleException() |
| LOW | tests/Monolog/LoggerTest.php | 692 | public function testCustomHandleException() |
| LOW | tests/Monolog/LoggerTest.php | 818 | public function testLogCycleDetectionWithFibersWithoutCycle() |
| LOW | tests/Monolog/LoggerTest.php | 843 | public function testLogCycleDetectionWithFibersWithCycle() |
| LOW | tests/Monolog/Handler/DeduplicationHandlerTest.php | 21 | public function testFlushPassthruIfAllRecordsUnderTrigger() |
| LOW | tests/Monolog/Handler/DeduplicationHandlerTest.php | 41 | public function testFlushPassthruIfEmptyLog() |
| LOW | tests/Monolog/Handler/DeduplicationHandlerTest.php | 63 | public function testFlushSkipsIfLogExists() |
| LOW | tests/Monolog/Handler/DeduplicationHandlerTest.php | 84 | public function testFlushPassthruIfLogTooOld() |
| LOW | tests/Monolog/Handler/WhatFailureGroupHandlerTest.php | 22 | public function testConstructorOnlyTakesHandler() |
| LOW | tests/Monolog/Handler/WhatFailureGroupHandlerTest.php | 94 | public function testHandleBatchUsesProcessors() |
| LOW | tests/Monolog/Handler/WhatFailureGroupHandlerTest.php | 140 | public function testProcessorsDoNotInterfereBetweenHandlers() |
| LOW | tests/Monolog/Handler/WhatFailureGroupHandlerTest.php | 156 | public function testProcessorsDoNotInterfereBetweenHandlersWithBatch() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 123 | public function testInitWithDefaultConnector() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 129 | public function testInitWithCustomConnector() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 141 | public function testDebugContextInMessage() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 208 | public function testWrongOptionsThrowsException() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 221 | public function testOptionDebugTagsKeysInContext() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 226 | public function testOptionUseOwnErrorsAndExceptionsHandler() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 240 | public static function provideConnectorMethodsOptionsSets() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 254 | public function testOptionCallsConnectorMethod($option, $method, $value, $isArgument = true) |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 263 | public function testOptionDetectDumpTraceAndSource() |
| LOW | tests/Monolog/Handler/PHPConsoleHandlerTest.php | 269 | public static function provideDumperOptionsValues() |
| LOW | tests/Monolog/Handler/FleepHookHandlerTest.php | 51 | public function testConstructorSetsExpectedDefaults() |
| LOW | tests/Monolog/Handler/FleepHookHandlerTest.php | 60 | public function testHandlerUsesLineFormatterWhichIgnoresEmptyArrays() |
| LOW | tests/Monolog/Handler/FleepHookHandlerTest.php | 76 | public function testConnectionStringisConstructedCorrectly() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 44 | public function testHandleStopsBufferingAfterTrigger() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 60 | public function testHandleResetBufferingAfterReset() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 79 | public function testHandleResetBufferingAfterBeingTriggeredWhenStopBufferingIsDisabled() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 132 | public function testHandleWithBadCallbackThrowsException() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 158 | public function testErrorLevelActivationStrategy() |
| LOW | tests/Monolog/Handler/FingersCrossedHandlerTest.php | 174 | public function testErrorLevelActivationStrategyWithPsrLevel() |
| 209 more matches not shown… | |||