mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -21,9 +21,9 @@ use function strpos;
|
||||
class GetVisitsCommandTest extends TestCase
|
||||
{
|
||||
/** @var CommandTester */
|
||||
protected $commandTester;
|
||||
private $commandTester;
|
||||
/** @var ObjectProphecy */
|
||||
protected $visitsTracker;
|
||||
private $visitsTracker;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user