test: Adjust unit test name to better reflect its behaviour

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
pull/57416/head
Daniel Calviño Sánchez 2025-12-09 18:44:19 +07:00 committed by backportbot[bot]
parent dc03d54c4c
commit 3157405b66
1 changed files with 1 additions and 1 deletions

@ -188,7 +188,7 @@ class ContactsStoreTest extends TestCase {
$this->assertEquals('https://photo', $entries[1]->getAvatar());
}
public function testGetContactsWhenUserIsInExcludeGroups(): void {
public function testGetContactsOnlyShareIfInTheSameGroupWhenUserIsInExcludeGroups(): void {
$this->config
->method('getAppValue')
->willReturnMap([