Skip to content

Commit b1e47a8

Browse files
committed
Fix tests (#9682)
1 parent 9ab47d9 commit b1e47a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Actions/Login/OauthTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class OauthTest extends ActionTestCase
1616
*/
1717
public function test_run_login_redirect()
1818
{
19+
\rcmail::get_instance()->oauth = \rcmail_oauth::get_instance();
20+
1921
$action = new \rcmail_action_login_oauth();
2022
$output = $this->initOutput(\rcmail_action::MODE_HTTP, 'login', '');
2123

0 commit comments

Comments
 (0)