Fixed typo from last commit

Fixed typo in getAppValue mocket method from last commit

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

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