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