diff options
author | sidey79 <s.butzek@gmx.de> | 2017-08-09 22:28:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-11-10 17:08:29 +0100 |
commit | fbd8c5db4f2e1ca39c3576c9642058b00696474a (patch) | |
tree | 8c5ddc264e006d7b2500b1c7743252060678d925 /apps | |
parent | ea0ad82e5684b61c6b2536642a73a360db346e43 (diff) | |
download | nextcloud-server-fbd8c5db4f2e1ca39c3576c9642058b00696474a.tar.gz nextcloud-server-fbd8c5db4f2e1ca39c3576c9642058b00696474a.zip |
Fixed typo from last commit
Fixed typo in getAppValue mocket method from last commit
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/tests/User/UserTest.php | 2 |
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 8e4bb93c555..7fb1007befe 100644 --- a/apps/user_ldap/tests/User/UserTest.php +++ b/apps/user_ldap/tests/User/UserTest.php @@ -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()) |