mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-20 11:20:42 +02:00
[ticket/11495] Move classes to tree/ as they all implement a tree
PHPBB3-11495
This commit is contained in:
@@ -56,7 +56,7 @@ class phpbb_tests_nestedset_set_forum_base extends phpbb_database_test_case
|
||||
set_config(null, null, null, $this->config);
|
||||
|
||||
$this->lock = new phpbb_lock_db('nestedset_forum_lock', $this->config, $this->db);
|
||||
$this->set = new phpbb_nestedset_forum($this->db, $this->lock, 'phpbb_forums');
|
||||
$this->set = new phpbb_tree_nestedset_forum($this->db, $this->lock, 'phpbb_forums');
|
||||
|
||||
$this->set_up_forums();
|
||||
}
|
||||
|
Reference in New Issue
Block a user