1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12960] Remove not needed extra language variable

PHPBB3-12960
This commit is contained in:
Marc Alexander
2024-04-19 08:49:57 +02:00
parent d1e2e39469
commit e83f25a448
2 changed files with 2 additions and 3 deletions

View File

@@ -81,6 +81,6 @@ class phpbb_captcha_incomplete_test extends phpbb_test_case
$this->incomplete_captcha->init(CONFIRM_POST);
$this->assertSame('captcha_incomplete.html', $this->incomplete_captcha->get_template());
$this->assertEquals('POST_CONFIRM_INCOMPLETE', $this->assigned_vars['CONFIRM_LANG']);
$this->assertEquals('CONFIRM_INCOMPLETE', $this->assigned_vars['CONFIRM_LANG']);
}
}