From 3c99a33e878063e96c4c57bb64d03cff35621fa6 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 17 Mar 2013 18:58:43 +0100 Subject: [ticket/11457] Remove check and include for set_var function. It's not used. PHPBB3-11457 --- tests/notification/notification_test.php | 5 ----- 1 file changed, 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(); -- cgit v1.2.1