There was an error while loading. Please reload this page.
2 parents cf3394b + fde3784 commit e102e6bCopy full SHA for e102e6b
2 files changed
CHANGELOG.md
@@ -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
9
### 7.0.1 <small>(2026-02-21)</small>
10
11
#### Changes
tests/unit/scrubbers/BasicAuthTest.php
@@ -9,8 +9,8 @@
use Exception;
use mako\sentry\scrubbers\BasicAuth;
12
-use Monolog\Test\TestCase;
13
use PHPUnit\Framework\Attributes\Group;
+use PHPUnit\Framework\TestCase;
14
use Sentry\Event;
15
use Sentry\EventHint;
16
0 commit comments