driver = new \common_persistence_InMemoryAdvKvDriver(); } public function testHgetallReturnsArrayIfNoRecordsFound() { $this->assertEquals([], $this->driver->hGetAll('NOT_EXISTING_KEY')); } }