/**
  * For each test set up adapter
  */
 public function setUp()
 {
     $this->object = Cache::getAdapter();
 }