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 f976953 commit 4904ddfCopy full SHA for 4904ddf
tests/TestCase.php
@@ -21,6 +21,17 @@ abstract class TestCase extends BaseTestCase
21
*/
22
protected $email = 'arcanedev.maroc@gmail.com';
23
24
+ /* ------------------------------------------------------------------------------------------------
25
+ | Main Functions
26
+ | ------------------------------------------------------------------------------------------------
27
+ */
28
+ public function setUp()
29
+ {
30
+ parent::setUp();
31
+
32
+ $this->app->loadDeferredProviders();
33
+ }
34
35
/* ------------------------------------------------------------------------------------------------
36
| Package Functions
37
| ------------------------------------------------------------------------------------------------
0 commit comments