We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795f41 commit 33a2ba5Copy full SHA for 33a2ba5
tests/system/Debug/ExceptionsTest.php
@@ -76,7 +76,7 @@ public function testSuppressedDeprecationsAreLogged(): void
76
$this->exception->initialize();
77
78
@trigger_error('Hello! I am a deprecation!', E_USER_DEPRECATED);
79
- $this->assertLogContains('error', '[DEPRECATED] Hello! I am a deprecation!', false);
+ $this->assertLogContains('error', '[DEPRECATED] Hello! I am a deprecation!');
80
81
restore_error_handler();
82
restore_exception_handler();
0 commit comments