diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Collaboration/Collaborators/SearchTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Collaboration/Collaborators/SearchTest.php b/tests/lib/Collaboration/Collaborators/SearchTest.php index ae93d2786a2..1d55ee6dd22 100644 --- a/tests/lib/Collaboration/Collaborators/SearchTest.php +++ b/tests/lib/Collaboration/Collaborators/SearchTest.php @@ -53,7 +53,7 @@ class SearchTest extends TestCase { string $searchTerm, array $shareTypes, int $page, - int $perPage, + int $perPage, array $mockedUserResult, array $mockedGroupsResult, array $mockedRemotesResult, |