mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Updated testing tools
This commit is contained in:
@@ -22,7 +22,7 @@ class RequestToAuthPluginTest extends TestCase
|
||||
/** @var ObjectProphecy */
|
||||
private $pluginManager;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->pluginManager = $this->prophesize(AuthenticationPluginManagerInterface::class);
|
||||
$this->requestToPlugin = new RequestToHttpAuthPlugin($this->pluginManager->reveal());
|
||||
|
||||
Reference in New Issue
Block a user