Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Sep 15, 2023
1 parent 8f13027 commit 25bf49e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ public static function captureExceptionWithEventHintDataProvider(): \Generator
*/
public function testCaptureEvent(array $options, Event $event, Event $expectedEvent): void
{
if (isset($options['tags'])) {
$this->expectDeprecation('The option "tags" is deprecated since version 3.2 and will be removed in 4.0. Either set the tags on the scope or on the event.');
}

$transport = $this->createMock(TransportInterface::class);
$transport->expects($this->once())
->method('send')
Expand Down

0 comments on commit 25bf49e

Please sign in to comment.