Browse Source

Fixed typo from last commit

Fixed typo in getAppValue mocket method from last commit

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v13.0.0beta1
sidey79 6 years ago
parent
commit
fbd8c5db4f
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

@@ -878,7 +878,7 @@ class UserTest extends \Test\TestCase {
->with($this->equalTo('user_ldap'),
$this->equalTo('updateAttributesInterval'),
$this->anything())
->will($this->returnValue(1800);
->will($this->returnValue(1800));
$config->expects($this->exactly(2))
->method('getUserValue');
$config->expects($this->never())

Loading…
Cancel
Save