mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -15,9 +15,9 @@ use Shlinkio\Shlink\Rest\Service\ApiKeyService;
|
||||
class ApiKeyServiceTest extends TestCase
|
||||
{
|
||||
/** @var ApiKeyService */
|
||||
protected $service;
|
||||
private $service;
|
||||
/** @var ObjectProphecy */
|
||||
protected $em;
|
||||
private $em;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user