mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Updated testing tools
This commit is contained in:
@@ -18,7 +18,7 @@ class CrossDomainMiddlewareTest extends TestCase
|
||||
/** @var ObjectProphecy */
|
||||
private $delegate;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->middleware = new CrossDomainMiddleware();
|
||||
$this->delegate = $this->prophesize(RequestHandlerInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user