summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-09-17 19:46:08 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-09-17 19:46:08 +0200
commit8b4f4a79e22dc08cf7c13a91c926c229676d6522 (patch)
tree042fe563b6966321c735943a23bdb469dc3ee5ad /tests
parent5bddb5377a40c987223804e8c3846437b6cf120a (diff)
downloadnextcloud-server-8b4f4a79e22dc08cf7c13a91c926c229676d6522.tar.gz
nextcloud-server-8b4f4a79e22dc08cf7c13a91c926c229676d6522.zip
Still some session leftovers.
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/appframework/controller/ControllerTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lib/appframework/controller/ControllerTest.php b/tests/lib/appframework/controller/ControllerTest.php
index 246371d249c..4441bddfca9 100644
--- a/tests/lib/appframework/controller/ControllerTest.php
+++ b/tests/lib/appframework/controller/ControllerTest.php
@@ -152,9 +152,4 @@ class ControllerTest extends \PHPUnit_Framework_TestCase {
$this->assertEquals('daheim', $this->controller->env('PATH'));
}
- public function testGetSessionVariable(){
- $this->assertEquals('kein', $this->controller->session('sezession'));
- }
-
-
}