1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/17151] Make macros available for extensions

Also add tests and error reporting.

PHPBB3-17151
This commit is contained in:
rxu
2023-09-08 20:46:01 +07:00
parent e83ae55d2d
commit 69cc2a9734
21 changed files with 455 additions and 153 deletions

View File

@@ -442,6 +442,10 @@ class phpbb_functional_test_case extends phpbb_test_case
{
$this->add_lang('acp/extensions');
if ($this->get_logged_in_user())
{
$this->logout();
}
$this->login();
$this->admin_login();
@@ -473,6 +477,10 @@ class phpbb_functional_test_case extends phpbb_test_case
{
$this->add_lang('acp/extensions');
if ($this->get_logged_in_user())
{
$this->logout();
}
$this->login();
$this->admin_login();
@@ -504,6 +512,10 @@ class phpbb_functional_test_case extends phpbb_test_case
{
$this->add_lang('acp/extensions');
if ($this->get_logged_in_user())
{
$this->logout();
}
$this->login();
$this->admin_login();