diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-03-17 18:58:43 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-03-17 18:58:43 +0100 |
commit | 3c99a33e878063e96c4c57bb64d03cff35621fa6 (patch) | |
tree | ae2246522742f3a2abd66e5da68818f42da998e9 /tests/notification | |
parent | 51c1ba12c119127263fa82964d8f6e0ef6eccf87 (diff) | |
download | forums-3c99a33e878063e96c4c57bb64d03cff35621fa6.tar forums-3c99a33e878063e96c4c57bb64d03cff35621fa6.tar.gz forums-3c99a33e878063e96c4c57bb64d03cff35621fa6.tar.bz2 forums-3c99a33e878063e96c4c57bb64d03cff35621fa6.tar.xz forums-3c99a33e878063e96c4c57bb64d03cff35621fa6.zip |
[ticket/11457] Remove check and include for set_var function. It's not used.
PHPBB3-11457
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/notification_test.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/notification/notification_test.php b/tests/notification/notification_test.php index 13c868a0c7..beccf55371 100644 --- a/tests/notification/notification_test.php +++ b/tests/notification/notification_test.php @@ -22,11 +22,6 @@ class phpbb_notification_test extends phpbb_database_test_case 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); $this->db = $this->new_dbal(); |