mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
[ticket/11457] Remove check and include for set_var function. It's not used.
PHPBB3-11457
This commit is contained in:
parent
51c1ba12c1
commit
3c99a33e87
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