Skip to content

Commit 9de6032

Browse files
committed
load package providers
1 parent 546f1ed commit 9de6032

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/TestCase.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
namespace Tests;
44

5+
use Codecasts\Auth\JWT\ServiceProvider;
6+
57
class TestCase extends \Orchestra\Testbench\TestCase
68
{
7-
9+
public function getPackageProviders()
10+
{
11+
return [ServiceProvider::class, AuthService::class];
12+
}
813
}

0 commit comments

Comments
 (0)