mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #78] [MERGED] Add array storage for development/testing purposes #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/78
Author: @EmanueleMinotto
Created: 2/29/2016
Status: ✅ Merged
Merged: 3/11/2016
Merged by: @Ocramius
Base:
master← Head:feature/array-storage📝 Commits (1)
f296221Add array storage for development/testing purposes📊 Changes
3 files changed (+252 additions, -0 deletions)
View changed files
📝
docs/reference/configuration.rst(+14 -0)➕
lib/Doctrine/KeyValueStore/Storage/ArrayStorage.php(+136 -0)➕
tests/Doctrine/Tests/KeyValueStore/Storage/ArrayStorageTest.php(+102 -0)📄 Description
I think it could be useful while developing and testing custom storages.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.