aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-03-17 18:58:43 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-03-17 18:58:43 +0100
commit3c99a33e878063e96c4c57bb64d03cff35621fa6 (patch)
treeae2246522742f3a2abd66e5da68818f42da998e9
parent51c1ba12c119127263fa82964d8f6e0ef6eccf87 (diff)
downloadforums-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
-rw-r--r--tests/notification/notification_test.php5
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();