function testGetAll()
 {
     $this->wrapper->purge();
     $this->wrapper->set('aloframework', 'just works');
     $getall = $this->wrapper->getAll();
     $this->assertEquals(['aloframework' => 'just works'], $getall, _unit_dump($getall));
 }