From 372e06d74244b22ab6f79cd36e769e955482dc55 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Tue, 30 Jan 2018 16:17:51 +0100 Subject: Add all parameters to returnValueMap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/lib/Authentication/TwoFactorAuth/ManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php b/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php index 8afd165f320..3c617fe8442 100644 --- a/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php +++ b/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php @@ -172,14 +172,14 @@ class ManagerTest extends TestCase { ->method('getAppInfo') ->will($this->returnValueMap([ [ - 'mycustom2faapp', + 'mycustom2faapp', false, null, ['two-factor-providers' => [ '\OCA\MyCustom2faApp\FakeProvider', ] ] ], [ - 'twofactor_backupcodes', + 'twofactor_backupcodes', false, null, ['two-factor-providers' => [ '\OCA\TwoFactorBackupCodes\Provider\FakeBackupCodesProvider', ] -- cgit v1.2.3