diff options
Diffstat (limited to 'tests/lib/session/memory.php')
-rw-r--r-- | tests/lib/session/memory.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/lib/session/memory.php b/tests/lib/session/memory.php deleted file mode 100644 index 1ca4956c6ea..00000000000 --- a/tests/lib/session/memory.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -/** - * Copyright (c) 2013 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -namespace Test\Session; - -class Memory extends Session { - protected function setUp() { - parent::setUp(); - $this->instance = new \OC\Session\Memory($this->getUniqueID()); - } -} |