mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -23,13 +23,13 @@ use Zend\Config\Writer\WriterInterface;
|
||||
class InstallCommandTest extends TestCase
|
||||
{
|
||||
/** @var InstallCommand */
|
||||
protected $command;
|
||||
private $command;
|
||||
/** @var CommandTester */
|
||||
protected $commandTester;
|
||||
private $commandTester;
|
||||
/** @var ObjectProphecy */
|
||||
protected $configWriter;
|
||||
private $configWriter;
|
||||
/** @var ObjectProphecy */
|
||||
protected $filesystem;
|
||||
private $filesystem;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user