We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416e9bc commit d9d5770Copy full SHA for d9d5770
tests/Pest.php
@@ -16,10 +16,7 @@
16
use Laravel\Boost\Support\Config;
17
use Laravel\Mcp\Response;
18
19
-uses(Tests\TestCase::class)->in('Unit', 'Feature')
20
- ->beforeEach(function () {
21
- (new Config)->flush();
22
- });
+uses(Tests\TestCase::class)->in('Unit', 'Feature');
23
24
expect()->extend('isToolResult', fn () => $this->toBeInstanceOf(Response::class));
25
0 commit comments