Created UpdateDbCommandTest

This commit is contained in:
Alejandro Celaya
2018-11-12 20:37:30 +01:00
parent e915b7e499
commit bf56e6adaf
2 changed files with 68 additions and 3 deletions

View File

@@ -23,15 +23,15 @@ class ProcessVisitsCommandTest extends TestCase
/**
* @var CommandTester
*/
protected $commandTester;
private $commandTester;
/**
* @var ObjectProphecy
*/
protected $visitService;
private $visitService;
/**
* @var ObjectProphecy
*/
protected $ipResolver;
private $ipResolver;
public function setUp()
{