mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -21,7 +21,7 @@ use function substr_count;
|
||||
class GeneratePreviewCommandTest extends TestCase
|
||||
{
|
||||
/** @var CommandTester */
|
||||
protected $commandTester;
|
||||
private $commandTester;
|
||||
/** @var ObjectProphecy */
|
||||
private $previewGenerator;
|
||||
/** @var ObjectProphecy */
|
||||
|
||||
Reference in New Issue
Block a user