mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
define property to please scrutinizer
This commit is contained in:
parent
f7e63710e4
commit
dff2ad3740
@ -30,6 +30,11 @@ class CheckAuthenticationMiddlewareTest extends TestCase
|
|||||||
*/
|
*/
|
||||||
protected $jwtService;
|
protected $jwtService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var callable
|
||||||
|
*/
|
||||||
|
protected $dummyMiddleware;
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->jwtService = $this->prophesize(JWTService::class);
|
$this->jwtService = $this->prophesize(JWTService::class);
|
||||||
|
Loading…
Reference in New Issue
Block a user