Fix files_external tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/11871/head
Joas Schilling 5 years ago committed by Julius Härtl
parent f0e50bcb74
commit 0c32b212ed
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF

@ -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

Loading…
Cancel
Save