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:
parent
ea0ad82e56
commit
fbd8c5db4f
|
@ -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…
Reference in New Issue