summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-modulemanager-pr32.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-29 08:19:53 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-29 08:19:53 +0100
commit5cdc17e5a1ddd2cad55491372347cf555fdaa3d4 (patch)
tree1675aaaaee2b0537324f9f576a6360ecb629ec55 /php-zendframework-zend-modulemanager-pr32.patch
parent1f3811f1157f4a8548941bbe8f0ae957f4bea9bd (diff)
php-zendframework-zend-modulemanager: refresh patch
Diffstat (limited to 'php-zendframework-zend-modulemanager-pr32.patch')
-rw-r--r--php-zendframework-zend-modulemanager-pr32.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/php-zendframework-zend-modulemanager-pr32.patch b/php-zendframework-zend-modulemanager-pr32.patch
deleted file mode 100644
index 5164755..0000000
--- a/php-zendframework-zend-modulemanager-pr32.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 34478c17ac6f9b94a3b9f4eaf68646682d8bdbea Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Sun, 28 Feb 2016 17:53:09 +0100
-Subject: [PATCH] remove uneeded AutoloaderFactory::unregisterAutoloaders()
-
----
- test/ResetAutoloadFunctionsTrait.php | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/test/ResetAutoloadFunctionsTrait.php b/test/ResetAutoloadFunctionsTrait.php
-index 24e5e37..4a4d28c 100644
---- a/test/ResetAutoloadFunctionsTrait.php
-+++ b/test/ResetAutoloadFunctionsTrait.php
-@@ -52,7 +52,6 @@ trait ResetAutoloadFunctionsTrait
- */
- protected function restoreAutoloadFunctions()
- {
-- AutoloaderFactory::unregisterAutoloaders();
- $loaders = spl_autoload_functions();
- if (is_array($loaders)) {
- foreach ($loaders as $loader) {
---
-2.5.0
-