Fixed indentation

Fixed indentation of this pr

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
sidey79 2017-08-10 09:24:39 +02:00 committed by Arthur Schiwon
parent fbd8c5db4f
commit d536e4e3b8
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

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