[PR #64] [MERGED] Fix for TravisCI tests #89

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/64
Author: @EmanueleMinotto
Created: 12/13/2015
Status: Merged
Merged: 12/13/2015
Merged by: @Ocramius

Base: masterHead: fix/travis-tests


📝 Commits (2)

  • bb723cc allow mongo and redis testing on travis
  • b5c77d9 moved extension requirement to annotations

📊 Changes

6 files changed (+17 additions, -15 deletions)

View changed files

📝 .travis.yml (+4 -0)
📝 tests/Doctrine/Tests/KeyValueStore/Functional/Storage/CassandraTest.php (+3 -4)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/CouchbaseStorageTest.php (+2 -3)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php (+2 -4)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/RedisStorageTest.php (+2 -4)
📝 tests/travis.sh (+4 -0)

📄 Description

  • moved test extension requirement into the annotation
  • installed pecl extensions and relate services to allow testing on TravisCI too

🔄 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/64 **Author:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Created:** 12/13/2015 **Status:** ✅ Merged **Merged:** 12/13/2015 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `fix/travis-tests` --- ### 📝 Commits (2) - [`bb723cc`](https://github.com/doctrine/KeyValueStore/commit/bb723cc9c7b8ce7850b0816f50308cb7a9b334c4) allow mongo and redis testing on travis - [`b5c77d9`](https://github.com/doctrine/KeyValueStore/commit/b5c77d93cf1c91f7e4eecd5de1325f1a1acc4d9f) moved extension requirement to annotations ### 📊 Changes **6 files changed** (+17 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+4 -0) 📝 `tests/Doctrine/Tests/KeyValueStore/Functional/Storage/CassandraTest.php` (+3 -4) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/CouchbaseStorageTest.php` (+2 -3) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/MongoDbStorageTest.php` (+2 -4) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/RedisStorageTest.php` (+2 -4) 📝 `tests/travis.sh` (+4 -0) </details> ### 📄 Description - moved test extension requirement into the annotation - installed pecl extensions and relate services to allow testing on TravisCI too --- <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:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#89