aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/controller
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-18 03:10:42 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-18 03:10:42 -0700
commit415a27c1aea82bad9f7da973854c28f15cadbee3 (patch)
tree772fe7bf157ffad41e6d2b4bbce592a0d46c7ad6 /tests/lib/appframework/controller
parent9b420e8660404de27e3af629bfca188ae90cf7bd (diff)
parentd3f88ceeb49b9b86d32124163b0cea82567a4911 (diff)
downloadnextcloud-server-415a27c1aea82bad9f7da973854c28f15cadbee3.tar.gz
nextcloud-server-415a27c1aea82bad9f7da973854c28f15cadbee3.zip
Merge pull request #4888 from owncloud/public_session
Public session
Diffstat (limited to 'tests/lib/appframework/controller')
-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'));
- }
-
-
}