Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 4, 2023
1 parent 7960407 commit 7bc36e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Foundation/FoundationExceptionsHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function testItCanDedupeExceptions()
return false;
});

$this->handler->dedupeReporting();
$this->handler->deduplicateReporting();
$this->handler->report($one = new RuntimeException('foo'));
$this->handler->report($one);
$this->handler->report($two = new RuntimeException('foo'));
Expand Down

0 comments on commit 7bc36e2

Please sign in to comment.