diff --git a/tests/lib/User/SessionTest.php b/tests/lib/User/SessionTest.php index 313b9ceeef6..5a8f67fd71d 100644 --- a/tests/lib/User/SessionTest.php +++ b/tests/lib/User/SessionTest.php @@ -9,6 +9,7 @@ namespace Test\User; use OC\AppFramework\Http\Request; +use OC\Authentication\Exceptions\InvalidTokenException; use OC\Authentication\Events\LoginFailed; use OC\Authentication\Token\DefaultTokenMapper; use OC\Authentication\Token\DefaultTokenProvider;