aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 09:22:29 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 10:16:08 +0200
commit2fbad1ed72bc9ef591a6f35558eb02e7b76ffd1b (patch)
treea3da09ffec08d6c8abc3bf0fabb7f8c8a1c830f6 /tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
parent1575bd838f2e938b18b04bcdcc28e2fc24d95c45 (diff)
downloadnextcloud-server-2fbad1ed72bc9ef591a6f35558eb02e7b76ffd1b.tar.gz
nextcloud-server-2fbad1ed72bc9ef591a6f35558eb02e7b76ffd1b.zip
Fix (array) indent style to always use one tab
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php')
-rw-r--r--tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php b/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
index 82619fb5679..245c89c3228 100644
--- a/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
+++ b/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
@@ -73,7 +73,7 @@ class ContactsStoreTest extends TestCase {
'darren@roner.au'
],
],
- ]);
+ ]);
$user->expects($this->once())
->method('getUID')
->willReturn('user123');
@@ -83,7 +83,7 @@ class ContactsStoreTest extends TestCase {
$this->assertCount(2, $entries);
$this->assertEquals([
'darren@roner.au'
- ], $entries[1]->getEMailAddresses());
+ ], $entries[1]->getEMailAddresses());
}
public function testGetContactsHidesOwnEntry() {
@@ -103,7 +103,7 @@ class ContactsStoreTest extends TestCase {
'darren@roner.au'
],
],
- ]);
+ ]);
$user->expects($this->once())
->method('getUID')
->willReturn('user123');
@@ -131,7 +131,7 @@ class ContactsStoreTest extends TestCase {
],
'PHOTO' => base64_encode('photophotophoto'),
],
- ]);
+ ]);
$user->expects($this->once())
->method('getUID')
->willReturn('user123');
@@ -160,7 +160,7 @@ class ContactsStoreTest extends TestCase {
],
'PHOTO' => 'VALUE=uri:https://photo',
],
- ]);
+ ]);
$user->expects($this->once())
->method('getUID')
->willReturn('user123');