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.
This commit is contained in:
Joas Schilling 2013-03-18 13:51:30 +01:00
commit b51a66b60b

View file

@ -22,11 +22,6 @@ class phpbb_notification_test extends phpbb_database_test_case
global $phpbb_root_path, $phpEx; 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); include_once(__DIR__ . '/ext/test/notification/type/test.' . $phpEx);
$this->db = $this->new_dbal(); $this->db = $this->new_dbal();