aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/session
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/session')
-rw-r--r--tests/lib/session/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/session/memory.php b/tests/lib/session/memory.php
index 84dee548a1e..1ca4956c6ea 100644
--- a/tests/lib/session/memory.php
+++ b/tests/lib/session/memory.php
@@ -12,6 +12,6 @@ namespace Test\Session;
class Memory extends Session {
protected function setUp() {
parent::setUp();
- $this->instance = new \OC\Session\Memory(uniqid());
+ $this->instance = new \OC\Session\Memory($this->getUniqueID());
}
}