mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Updated testing tools
This commit is contained in:
@@ -25,7 +25,7 @@ class PixelActionTest extends TestCase
|
||||
/** @var ObjectProphecy */
|
||||
private $visitTracker;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->urlShortener = $this->prophesize(UrlShortener::class);
|
||||
$this->visitTracker = $this->prophesize(VisitsTracker::class);
|
||||
|
||||
Reference in New Issue
Block a user