Skip to content

Commit

Permalink
Fix 'Missing argument 2 for Horde_Mail_Autoconfig_AutoconfigTest::tes…
Browse files Browse the repository at this point in the history
…tGetMsaConfigWithoutAuth()'.
  • Loading branch information
yunosh committed Feb 3, 2015
1 parent a42c561 commit 5d564db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ public function provider()
}
}

return array(array(null));
return array(array(null, null));
}

}

0 comments on commit 5d564db

Please sign in to comment.