mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(user-picker): add DataProvider use statement
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
07c614d2bd
commit
24ffcd74f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue