mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge remote-tracking branch 'bantu/ticket/11457' into develop
* bantu/ticket/11457: [ticket/11457] Remove check and include for set_var function. It's not used.
This commit is contained in:
commit
b51a66b60b
1 changed files with 0 additions and 5 deletions
|
@ -22,11 +22,6 @@ class phpbb_notification_test extends phpbb_database_test_case
|
||||||
|
|
||||||
global $phpbb_root_path, $phpEx;
|
global $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
if (!function_exists('set_var'))
|
|
||||||
{
|
|
||||||
include($phpbb_root_path . 'includes/functions.' . $phpEx);
|
|
||||||
}
|
|
||||||
|
|
||||||
include_once(__DIR__ . '/ext/test/notification/type/test.' . $phpEx);
|
include_once(__DIR__ . '/ext/test/notification/type/test.' . $phpEx);
|
||||||
|
|
||||||
$this->db = $this->new_dbal();
|
$this->db = $this->new_dbal();
|
||||||
|
|
Loading…
Add table
Reference in a new issue