diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-18 13:20:07 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-09-18 13:20:07 +0200 |
commit | dd62ccdb4eb595bc76d9f55373eb2a49ea0f0686 (patch) | |
tree | f24e7e70e352fc64e3d833efeba77c8d0776e632 /tests | |
parent | 534933ee9bf6837fc75a389e4ed3aad4ffe1ab0f (diff) | |
parent | 415a27c1aea82bad9f7da973854c28f15cadbee3 (diff) | |
download | nextcloud-server-dd62ccdb4eb595bc76d9f55373eb2a49ea0f0686.tar.gz nextcloud-server-dd62ccdb4eb595bc76d9f55373eb2a49ea0f0686.zip |
Merge branch 'appframework-master' into public_cache
Conflicts:
lib/public/iservercontainer.php
lib/server.php
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/appframework/controller/ControllerTest.php | 5 |
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')); - } - - } |