[PR #78] [MERGED] Add array storage for development/testing purposes #102

Closed
opened 2026-01-23 11:35:12 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: feature/array-storage


📝 Commits (1)

  • f296221 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/KeyValueStore/pull/78 **Author:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Created:** 2/29/2016 **Status:** ✅ Merged **Merged:** 3/11/2016 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `feature/array-storage` --- ### 📝 Commits (1) - [`f296221`](https://github.com/doctrine/KeyValueStore/commit/f29622194e49e57c789648a785f6c8a6e31b2ae6) Add array storage for development/testing purposes ### 📊 Changes **3 files changed** (+252 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/reference/configuration.rst` (+14 -0) ➕ `lib/Doctrine/KeyValueStore/Storage/ArrayStorage.php` (+136 -0) ➕ `tests/Doctrine/Tests/KeyValueStore/Storage/ArrayStorageTest.php` (+102 -0) </details> ### 📄 Description I think it could be useful while developing and testing custom storages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:12 +01:00
admin closed this issue 2026-01-23 11:35:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#102