aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-18 13:51:30 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-18 13:51:30 +0100
commitb51a66b60bffd0e4e07a7bd8db6532762c52678d (patch)
tree82f80ec9b68c6ca14c2dcb6fa9a5184f961b69b7 /tests
parent99d0c7e62bc9990f61b88a9f3e02056fcbc56a16 (diff)
parent3c99a33e878063e96c4c57bb64d03cff35621fa6 (diff)
downloadforums-b51a66b60bffd0e4e07a7bd8db6532762c52678d.tar
forums-b51a66b60bffd0e4e07a7bd8db6532762c52678d.tar.gz
forums-b51a66b60bffd0e4e07a7bd8db6532762c52678d.tar.bz2
forums-b51a66b60bffd0e4e07a7bd8db6532762c52678d.tar.xz
forums-b51a66b60bffd0e4e07a7bd8db6532762c52678d.zip
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.
Diffstat (limited to 'tests')
-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();