public function setUp()
 {
     parent::setUp();
     $this->command = new CacheEnableCommand($this->cacheManager);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->command = new CacheDisableCommand($this->cacheManagerMock);
 }