Skip to content

Commit 33a2ba5

Browse files
authored
Remove unneeded argument in assertLogContains.
1 parent a795f41 commit 33a2ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Debug/ExceptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testSuppressedDeprecationsAreLogged(): void
7676
$this->exception->initialize();
7777

7878
@trigger_error('Hello! I am a deprecation!', E_USER_DEPRECATED);
79-
$this->assertLogContains('error', '[DEPRECATED] Hello! I am a deprecation!', false);
79+
$this->assertLogContains('error', '[DEPRECATED] Hello! I am a deprecation!');
8080

8181
restore_error_handler();
8282
restore_exception_handler();

0 commit comments

Comments
 (0)