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>
This commit is contained in:
Roeland Jago Douma 2018-03-05 16:14:46 +01:00
parent 2c8402aa17
commit d179186430
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 1 deletions

View File

@ -1846,7 +1846,6 @@ class RequestTest extends \Test\TestCase {
return [
['InvalidSentToken'],
['InvalidSentToken:InvalidSecret'],
[null],
[''],
];
}