mirror of
https://github.com/doctrine/DoctrineCacheBundle.git
synced 2026-04-29 11:43:17 +02:00
[PR #114] [MERGED] Added possibility to use namespace when using custom provider #172
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/DoctrineCacheBundle/pull/114
Author: @giovannialbero1992
Created: 7/27/2017
Status: ✅ Merged
Merged: 7/27/2017
Merged by: @mikeSimonson
Base:
master← Head:master📝 Commits (2)
9618b2aAdded possibility to add namespace on custom providers3f32468Updated 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.