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 3d77637 commit 62151fcCopy full SHA for 62151fc
tests/TestCase.php
@@ -3,6 +3,7 @@
3
namespace Rapidez\Core\Tests;
4
5
use Illuminate\Foundation\Testing\DatabaseTransactions;
6
+use Illuminate\Support\Facades\Cache;
7
use Illuminate\Support\Facades\Schema;
8
use Orchestra\Testbench\TestCase as BaseTestCase;
9
use Rapidez\Core\Facades\Rapidez;
@@ -20,6 +21,8 @@ public function setUp(): void
20
21
22
$this->setUpDatabase($this->app);
23
24
+ Cache::flush();
25
+
26
Rapidez::setStore(1);
27
}
28
0 commit comments