mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Added stricter types for mocks
This commit is contained in:
@@ -19,7 +19,7 @@ use Shlinkio\Shlink\Rest\Action\HealthAction;
|
||||
class HealthActionTest extends TestCase
|
||||
{
|
||||
private HealthAction $action;
|
||||
private MockObject $conn;
|
||||
private MockObject & Connection $conn;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user