test(user-picker): add DataProvider use statement

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-02-21 12:58:22 -05:00 committed by GitHub
parent 07c614d2bd
commit 24ffcd74f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserManager;
use OCP\Profile\IProfileManager;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\MockObject\MockObject;
class ProfilePickerReferenceProviderTest extends \Test\TestCase {