aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
diff options
context:
space:
mode:
authorsidey79 <s.butzek@gmx.de>2017-08-10 09:24:39 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-11-10 17:08:29 +0100
commitd536e4e3b8ea608e14d0b0192bcadd216d460b4d (patch)
tree234697a1955594ebf3b98cff229e5d0d1f28672e /apps/user_ldap/tests
parentfbd8c5db4f2e1ca39c3576c9642058b00696474a (diff)
downloadnextcloud-server-d536e4e3b8ea608e14d0b0192bcadd216d460b4d.tar.gz
nextcloud-server-d536e4e3b8ea608e14d0b0192bcadd216d460b4d.zip
Fixed indentation
Fixed indentation of this pr Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r--apps/user_ldap/tests/User/UserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/User/UserTest.php b/apps/user_ldap/tests/User/UserTest.php
index 7fb1007befe..27bd7762e39 100644
--- a/apps/user_ldap/tests/User/UserTest.php
+++ b/apps/user_ldap/tests/User/UserTest.php
@@ -871,7 +871,7 @@ class UserTest extends \Test\TestCase {
->with($this->equalTo('alice'), $this->equalTo('user_ldap'),
$this->equalTo(User::USER_PREFKEY_LASTREFRESH),
$this->equalTo(0))
- ->will($this->returnValue(time() - 10));
+ ->will($this->returnValue(time() - 10));
$config->expects($this->once())
->method('getAppValue')