mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -16,9 +16,9 @@ use Symfony\Component\Console\Tester\CommandTester;
|
||||
class GenerateKeyCommandTest extends TestCase
|
||||
{
|
||||
/** @var CommandTester */
|
||||
protected $commandTester;
|
||||
private $commandTester;
|
||||
/** @var ObjectProphecy */
|
||||
protected $apiKeyService;
|
||||
private $apiKeyService;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user