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 9621308 commit 23728fcCopy full SHA for 23728fc
tests/Auth/Provider/JWTTest.php
@@ -9,7 +9,7 @@
9
use Mockery as m;
10
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
11
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
12
-use Tymon\JWTAuth\Exceptions\JWTException;
+use PHPOpenSourceSaver\JWTAuth\Exceptions\JWTException;
13
14
class JWTTest extends BaseTestCase
15
{
@@ -20,7 +20,7 @@ public function setUp(): void
20
21
parent::setUp();
22
23
- $this->auth = m::mock('Tymon\JWTAuth\JWTAuth');
+ $this->auth = m::mock('PHPOpenSourceSaver\JWTAuth\JWTAuth');
24
$this->provider = new JWT($this->auth);
25
}
26
0 commit comments