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:
@@ -21,9 +21,9 @@ use Zend\Expressive\Router\RouterInterface;
|
||||
class QrCodeActionTest extends TestCase
|
||||
{
|
||||
/** @var QrCodeAction */
|
||||
protected $action;
|
||||
private $action;
|
||||
/** @var ObjectProphecy */
|
||||
protected $urlShortener;
|
||||
private $urlShortener;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user