[PR #92] [MERGED] Fix storage tests for maintainance #117

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/92
Author: @EmanueleMinotto
Created: 8/31/2019
Status: Merged
Merged: 9/3/2019
Merged by: @EmanueleMinotto

Base: masterHead: fix-tests-for-maintainance


📝 Commits (4)

  • 573723a Skip legacy Riak tests
  • 9fb5e49 Replace deprecated TestCase::getMock
  • 465bd36 Remove HHVM support
  • 705d5fc Add different versions support

📊 Changes

4 files changed (+28 additions, -6 deletions)

View changed files

📝 .travis.yml (+10 -3)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php (+4 -1)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/RiakStorageTest.php (+4 -0)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/WindowsAzureTableStorageTest.php (+10 -2)

📄 Description


🔄 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/92 **Author:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Created:** 8/31/2019 **Status:** ✅ Merged **Merged:** 9/3/2019 **Merged by:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Base:** `master` ← **Head:** `fix-tests-for-maintainance` --- ### 📝 Commits (4) - [`573723a`](https://github.com/doctrine/KeyValueStore/commit/573723ab3c778f548190f46ce286644a2343238e) Skip legacy Riak tests - [`9fb5e49`](https://github.com/doctrine/KeyValueStore/commit/9fb5e498ed454c2f548702f2439c7f1ce39b5175) Replace deprecated TestCase::getMock - [`465bd36`](https://github.com/doctrine/KeyValueStore/commit/465bd365f705391b1fbf04aed0743f8519a36cea) Remove HHVM support - [`705d5fc`](https://github.com/doctrine/KeyValueStore/commit/705d5fc1d122ced05c4fef42ead35f5a8d0727d3) Add different versions support ### 📊 Changes **4 files changed** (+28 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+10 -3) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php` (+4 -1) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/RiakStorageTest.php` (+4 -0) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/WindowsAzureTableStorageTest.php` (+10 -2) </details> ### 📄 Description * temporary fix for #91 * fixes broken tests on master * increases number of PHP versions tested --- <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:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#117