mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Changed all public setUp methods in tests to be protected
This commit is contained in:
@@ -25,7 +25,7 @@ class ApiKeyServiceTest extends TestCase
|
||||
private ApiKeyService $service;
|
||||
private ObjectProphecy $em;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->em = $this->prophesize(EntityManager::class);
|
||||
$this->service = new ApiKeyService($this->em->reveal());
|
||||
|
||||
Reference in New Issue
Block a user