We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab47d9 commit b1e47a8Copy full SHA for b1e47a8
tests/Actions/Login/OauthTest.php
@@ -16,6 +16,8 @@ class OauthTest extends ActionTestCase
16
*/
17
public function test_run_login_redirect()
18
{
19
+ \rcmail::get_instance()->oauth = \rcmail_oauth::get_instance();
20
+
21
$action = new \rcmail_action_login_oauth();
22
$output = $this->initOutput(\rcmail_action::MODE_HTTP, 'login', '');
23
0 commit comments