mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -19,11 +19,11 @@ use Zend\Diactoros\ServerRequestFactory;
|
||||
class PixelActionTest extends TestCase
|
||||
{
|
||||
/** @var RedirectAction */
|
||||
protected $action;
|
||||
private $action;
|
||||
/** @var ObjectProphecy */
|
||||
protected $urlShortener;
|
||||
private $urlShortener;
|
||||
/** @var ObjectProphecy */
|
||||
protected $visitTracker;
|
||||
private $visitTracker;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user