summaryrefslogtreecommitdiffstats
path: root/3.patch
diff options
context:
space:
mode:
Diffstat (limited to '3.patch')
-rw-r--r--3.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/3.patch b/3.patch
deleted file mode 100644
index c7965da..0000000
--- a/3.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 8cb2da6626e84b7e480917ff1d7a5cea140e539d Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 20 Jan 2021 09:03:39 +0100
-Subject: [PATCH] re-add setUpBeforeClass
-
----
- test/Horde/SessionHandler/Storage/Base.php | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/test/Horde/SessionHandler/Storage/Base.php b/test/Horde/SessionHandler/Storage/Base.php
-index f4eb0f3..1148cbb 100644
---- a/test/Horde/SessionHandler/Storage/Base.php
-+++ b/test/Horde/SessionHandler/Storage/Base.php
-@@ -68,6 +68,11 @@ protected function _gc()
- self::$handler->getSessionIDs());
- }
-
-+ public static function setUpBeforeClass()
-+ {
-+ self::$dir = Horde_Util::createTempDir();
-+ }
-+
- public static function tearDownAfterClass()
- {
- self::$handler = null;