diff options
author | Robin Appelman <robin@icewind.nl> | 2016-10-31 14:38:41 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-16 15:24:29 +0100 |
commit | 4c3d18a9fc255564b082cba94956a7cb8892e946 (patch) | |
tree | e67db6fc35e00a9c234c57a7a42c6c23b433fcb9 /tests | |
parent | a4ea20a259dc2d98cda7b2e8d5ca08f3f1b48ff7 (diff) | |
download | nextcloud-server-4c3d18a9fc255564b082cba94956a7cb8892e946.tar.gz nextcloud-server-4c3d18a9fc255564b082cba94956a7cb8892e946.zip |
explicit types
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Authentication/Token/DefaultTokenMapperTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Authentication/Token/DefaultTokenMapperTest.php b/tests/lib/Authentication/Token/DefaultTokenMapperTest.php index 418a4d14f62..7520b3c9f65 100644 --- a/tests/lib/Authentication/Token/DefaultTokenMapperTest.php +++ b/tests/lib/Authentication/Token/DefaultTokenMapperTest.php @@ -122,7 +122,6 @@ class DefaultTokenMapperTest extends TestCase { } public function testGetToken() { - $token = '1504445f1524fc801035448a95681a9378ba2e83930c814546c56e5d6ebde221198792fd900c88ed5ead0555780dad1ebce3370d7e154941cd5de87eb419899b'; $token = new DefaultToken(); $token->setUid('user2'); $token->setLoginName('User2'); |