Fix files_external tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-02-25 14:35:25 +01:00 committed by Julius Härtl
parent f0e50bcb74
commit 0c32b212ed
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -64,7 +64,7 @@ class UserGlobalStoragesServiceTest extends GlobalStoragesServiceTest {
$this->globalStoragesService = $this->service;
$this->user = $this->createMock(IUser::class);
$this->user = new \OC\User\User(self::USER_ID, null, \OC::$server->getEventDispatcher());
/** @var \OCP\IUserSession|\PHPUnit_Framework_MockObject_MockObject $userSession */
$userSession = $this->createMock(IUserSession::class);
$userSession