diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-18 13:51:30 +0100 | 
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-18 13:51:30 +0100 | 
| commit | b51a66b60bffd0e4e07a7bd8db6532762c52678d (patch) | |
| tree | 82f80ec9b68c6ca14c2dcb6fa9a5184f961b69b7 | |
| parent | 99d0c7e62bc9990f61b88a9f3e02056fcbc56a16 (diff) | |
| parent | 3c99a33e878063e96c4c57bb64d03cff35621fa6 (diff) | |
| download | forums-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.
| -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(); | 
