summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-09 11:31:41 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-09 15:13:11 +0200
commit8b9bd37e4ed566adf6e20262280599108bb57c14 (patch)
treee3d0576c1012b890ead38a36e206903ee766795e /tests
parenteae55761de914f47136e06bafd99898061080a08 (diff)
downloadnextcloud-server-8b9bd37e4ed566adf6e20262280599108bb57c14.tar.gz
nextcloud-server-8b9bd37e4ed566adf6e20262280599108bb57c14.zip
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/User/UserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/User/UserTest.php b/tests/lib/User/UserTest.php
index acb171d92e3..2a99e725ec7 100644
--- a/tests/lib/User/UserTest.php
+++ b/tests/lib/User/UserTest.php
@@ -816,7 +816,7 @@ class UserTest extends TestCase {
->method('triggerChange')
->with(
'enabled',
- 'false'
+ false
);
$user->setEnabled(false);