mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Fixed all phpstan inspections on tests
This commit is contained in:
@@ -31,8 +31,6 @@ class GeolocationDbUpdaterTest extends TestCase
|
||||
{
|
||||
$this->dbUpdater = $this->createMock(DbUpdaterInterface::class);
|
||||
$this->geoLiteDbReader = $this->createMock(Reader::class);
|
||||
$this->trackingOptions = new TrackingOptions();
|
||||
|
||||
$this->lock = $this->createMock(Lock\LockInterface::class);
|
||||
$this->lock->method('acquire')->with($this->isTrue())->willReturn(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user