diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-05 16:14:46 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-05 16:14:46 +0100 |
commit | d1791864303f97011318fc41d2cc0914e2aa1c11 (patch) | |
tree | b4693b46d83413819f1202a77e530403835447d8 /tests/lib/AppFramework/Http | |
parent | 2c8402aa170d445c549f0409325730e780eb4764 (diff) | |
download | nextcloud-server-d1791864303f97011318fc41d2cc0914e2aa1c11.tar.gz nextcloud-server-d1791864303f97011318fc41d2cc0914e2aa1c11.zip |
Remove testcase
Since a token now always requires a string we don't need to test for
null
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/AppFramework/Http')
-rw-r--r-- | tests/lib/AppFramework/Http/RequestTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php index c6b9719b32a..a715eaa9599 100644 --- a/tests/lib/AppFramework/Http/RequestTest.php +++ b/tests/lib/AppFramework/Http/RequestTest.php @@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase { return [ ['InvalidSentToken'], ['InvalidSentToken:InvalidSecret'], - [null], [''], ]; } |