mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 17:44:44 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -17,9 +17,9 @@ use Shlinkio\Shlink\Core\Service\VisitsTracker;
|
||||
class VisitsTrackerTest extends TestCase
|
||||
{
|
||||
/** @var VisitsTracker */
|
||||
protected $visitsTracker;
|
||||
private $visitsTracker;
|
||||
/** @var ObjectProphecy */
|
||||
protected $em;
|
||||
private $em;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user