/** * set up variables needed in every test */ public function setUp() { $this->command = new LogRotateCommand(); $this->commandName = 'schedulerTools:logrotate'; parent::setUp(); }
/** * set up variables needed in every test */ public function setUp() { $this->command = new ExecuteCommand(); $this->commandName = 'scheduler:execute'; parent::setUp(); }