mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 18:31:16 -04:00
test: Adjust unit test name to better reflect its behaviour
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
7b8f1ca92c
commit
53cc490c8f
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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue