Skip to content

Commit 4904ddf

Browse files
Fixing the tests
1 parent f976953 commit 4904ddf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/TestCase.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ abstract class TestCase extends BaseTestCase
2121
*/
2222
protected $email = 'arcanedev.maroc@gmail.com';
2323

24+
/* ------------------------------------------------------------------------------------------------
25+
| Main Functions
26+
| ------------------------------------------------------------------------------------------------
27+
*/
28+
public function setUp()
29+
{
30+
parent::setUp();
31+
32+
$this->app->loadDeferredProviders();
33+
}
34+
2435
/* ------------------------------------------------------------------------------------------------
2536
| Package Functions
2637
| ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)