Skip to content

Commit 366aacf

Browse files
committed
wip
1 parent e8e8092 commit 366aacf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Foundation/Testing/TestCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Illuminate\Support\Carbon;
1111
use Illuminate\Support\Facades\Facade;
1212
use Illuminate\Support\Facades\ParallelTesting;
13+
use Illuminate\Support\Siesta;
1314
use Illuminate\Support\Str;
1415
use Illuminate\View\Component;
1516
use Mockery;
@@ -245,6 +246,7 @@ protected function tearDown(): void
245246
Component::forgetFactory();
246247
Queue::createPayloadUsing(null);
247248
HandleExceptions::forgetApp();
249+
Siesta::fake(false);
248250

249251
if ($this->callbackException) {
250252
throw $this->callbackException;

0 commit comments

Comments
 (0)