You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/FixtureMonologExtensionTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ public function testPsr3MessageProcessingEnabled()
202
202
203
203
$methodCalls = $logger->getMethodCalls();
204
204
205
-
$this->assertContains(array('pushProcessor', array(newReference('monolog.processor.psr_log_message'))), $methodCalls, 'The PSR-3 processor should not be enabled', false, false);
205
+
$this->assertContains(array('pushProcessor', array(newReference('monolog.processor.psr_log_message'))), $methodCalls, 'The PSR-3 processor should be enabled', false, false);
0 commit comments