summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-05-23 11:20:46 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-05-23 11:20:46 +0200
commit2e85d5a852aeda82a470c8cdc55ff143fdc570e5 (patch)
treecaffdafddf991b16a4f1caf440b35f02a24ee4f8 /tests
parente9fa74bfb791796ec53b1129c3e20cdcccc9aa49 (diff)
downloadnextcloud-server-2e85d5a852aeda82a470c8cdc55ff143fdc570e5.tar.gz
nextcloud-server-2e85d5a852aeda82a470c8cdc55ff143fdc570e5.zip
increase scrutinizer happyiness by removing minor/informational issues
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/user/session.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/user/session.php b/tests/lib/user/session.php
index 3f9d43e2952..2845a9c964a 100644
--- a/tests/lib/user/session.php
+++ b/tests/lib/user/session.php
@@ -196,10 +196,8 @@ class Session extends \PHPUnit_Framework_TestCase {
switch($key) {
case 'user_id':
return true;
- break;
default:
return false;
- break;
}
},
'foo'));