public function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->command = new PurgeCommand($this->carbon_mock, $this->dispatcher_mock, $this->log_mock);
     $this->command->setLaravel($this->laravel_mock);
     $this->command->setInput($this->input_mock);
     $this->command->setOutput($this->output_mock);
 }
 public function setUp()
 {
     parent::setUp();
     $this->setUpMocks();
     $this->service_provider = new GarbageManServiceProvider($this->application_mock);
 }