[PR #114] [MERGED] Added possibility to use namespace when using custom provider #172

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/114
Author: @giovannialbero1992
Created: 7/27/2017
Status: Merged
Merged: 7/27/2017
Merged by: @mikeSimonson

Base: masterHead: master


📝 Commits (2)

  • 9618b2a Added possibility to add namespace on custom providers
  • 3f32468 Updated travis to specify dist version

📊 Changes

6 files changed (+32 additions, -1 deletions)

View changed files

📝 .travis.yml (+1 -0)
📝 DependencyInjection/Configuration.php (+1 -0)
📝 Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php (+1 -0)
📝 Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml (+15 -0)
📝 Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml (+1 -0)
📝 Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml (+13 -1)

📄 Description

This fixes #103 and adds tests on #104 (also fixed travis with this PR)


🔄 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/DoctrineCacheBundle/pull/114 **Author:** [@giovannialbero1992](https://github.com/giovannialbero1992) **Created:** 7/27/2017 **Status:** ✅ Merged **Merged:** 7/27/2017 **Merged by:** [@mikeSimonson](https://github.com/mikeSimonson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9618b2a`](https://github.com/doctrine/DoctrineCacheBundle/commit/9618b2a4c52874cffd8e24a71fa59d062178a3b8) Added possibility to add namespace on custom providers - [`3f32468`](https://github.com/doctrine/DoctrineCacheBundle/commit/3f32468a8f6b89d16b200cd995f676a1fafe7171) Updated travis to specify dist version ### 📊 Changes **6 files changed** (+32 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -0) 📝 `DependencyInjection/Configuration.php` (+1 -0) 📝 `Tests/DependencyInjection/AbstractDoctrineCacheExtensionTest.php` (+1 -0) 📝 `Tests/DependencyInjection/Fixtures/config/xml/namespaced.xml` (+15 -0) 📝 `Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml` (+1 -0) 📝 `Tests/DependencyInjection/Fixtures/config/yml/namespaced.yml` (+13 -1) </details> ### 📄 Description This fixes #103 and adds tests on #104 (also fixed travis with this PR) --- <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:33:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#172