File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
apps/user_picker/tests/unit/Reference Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 ;
1110use OCP \Accounts \IAccount ;
1211use OCP \Accounts \IAccountManager ;
1312use OCP \Accounts \IAccountProperty ;
2120use OCP \Profile \IProfileManager ;
2221use 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 ;
You can’t perform that action at this time.
0 commit comments