test: Fix parameter documentation

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
pull/56393/head
Daniel Calviño Sánchez 2025-04-05 11:55:17 +07:00
parent ecf32012f4
commit abb3889240
1 changed files with 4 additions and 1 deletions

@ -92,7 +92,9 @@ class MailPluginTest extends TestCase {
* @param array $contacts
* @param bool $shareeEnumeration
* @param array $expected
* @param bool $exactIdMatch
* @param bool $reachedEnd
* @param bool $validEmail
*/
#[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmail')]
public function testSearch($searchTerm, $contacts, $shareeEnumeration, $expected, $exactIdMatch, $reachedEnd, $validEmail): void {
@ -575,7 +577,8 @@ class MailPluginTest extends TestCase {
* @param array $expected
* @param bool $exactIdMatch
* @param bool $reachedEnd
* @param array groups
* @param array $userToGroupMapping
* @param bool $validEmail
*/
#[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmailGroupsOnly')]
public function testSearchGroupsOnly($searchTerm, $contacts, $expected, $exactIdMatch, $reachedEnd, $userToGroupMapping, $validEmail): void {