mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 07:13:11 +08:00
Updated testing tools
This commit is contained in:
@@ -20,7 +20,7 @@ class QrCodeCacheMiddlewareTest extends TestCase
|
||||
/** @var Cache */
|
||||
private $cache;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->cache = new ArrayCache();
|
||||
$this->middleware = new QrCodeCacheMiddleware($this->cache);
|
||||
|
||||
Reference in New Issue
Block a user