Browse Source

Fixed indentation

Fixed indentation of this pr

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v13.0.0beta1
sidey79 6 years ago
parent
commit
d536e4e3b8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/user_ldap/tests/User/UserTest.php

+ 1
- 1
apps/user_ldap/tests/User/UserTest.php View File

@@ -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')

Loading…
Cancel
Save