From fbd8c5db4f2e1ca39c3576c9642058b00696474a Mon Sep 17 00:00:00 2001 From: sidey79 Date: Wed, 9 Aug 2017 22:28:35 +0200 Subject: [PATCH] Fixed typo from last commit Fixed typo in getAppValue mocket method from last commit Signed-off-by: Arthur Schiwon --- apps/user_ldap/tests/User/UserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())