mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
define property to please scrutinizer
This commit is contained in:
parent
f7e63710e4
commit
dff2ad3740
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ class CheckAuthenticationMiddlewareTest extends TestCase
|
|||
*/
|
||||
protected $jwtService;
|
||||
|
||||
/**
|
||||
* @var callable
|
||||
*/
|
||||
protected $dummyMiddleware;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
$this->jwtService = $this->prophesize(JWTService::class);
|
||||
|
|
Loading…
Add table
Reference in a new issue