Skip to content

Commit e102e6b

Browse files
committed
Merge branch '7.0'
2 parents cf3394b + fde3784 commit e102e6b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 7.0.2 <small>(2026-07-03)</small>
2+
3+
#### Changes
4+
5+
* Extend PHPUnit's base test case.
6+
7+
--------------------------------------------------------
8+
19
### 7.0.1 <small>(2026-02-21)</small>
210

311
#### Changes

tests/unit/scrubbers/BasicAuthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
use Exception;
1111
use mako\sentry\scrubbers\BasicAuth;
12-
use Monolog\Test\TestCase;
1312
use PHPUnit\Framework\Attributes\Group;
13+
use PHPUnit\Framework\TestCase;
1414
use Sentry\Event;
1515
use Sentry\EventHint;
1616

0 commit comments

Comments
 (0)