mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Added stricter types for mocks
This commit is contained in:
@@ -18,7 +18,7 @@ use Shlinkio\Shlink\Rest\Entity\ApiKey;
|
||||
class SingleStepCreateShortUrlActionTest extends TestCase
|
||||
{
|
||||
private SingleStepCreateShortUrlAction $action;
|
||||
private MockObject $urlShortener;
|
||||
private MockObject & UrlShortenerInterface $urlShortener;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user