Skip to content

Commit 904831f

Browse files
committed
feat(user-picker): fix unit tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent c1c71da commit 904831f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/user_picker/tests/unit/Reference/ProfilePickerReferenceProviderTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?php
22

33
/**
4-
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
4+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
55
* SPDX-License-Identifier: AGPL-3.0-or-later
66
*/
77

8-
namespace OCA\Contacts\Reference;
8+
namespace OCA\UserPicker\Reference;
99

10-
use ChristophWurst\Nextcloud\Testing\TestCase;
1110
use OCP\Accounts\IAccount;
1211
use OCP\Accounts\IAccountManager;
1312
use OCP\Accounts\IAccountProperty;
@@ -21,7 +20,7 @@
2120
use OCP\Profile\IProfileManager;
2221
use PHPUnit\Framework\MockObject\MockObject;
2322

24-
class ProfilePickerReferenceProviderTest extends TestCase {
23+
class ProfilePickerReferenceProviderTest extends \Test\TestCase {
2524
private string $userId = 'admin';
2625
private IUser|MockObject $adminUser;
2726
private IL10N|MockObject $l10n;

0 commit comments

Comments
 (0)