1
0
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:
Joas Schilling
2013-04-25 17:04:37 +02:00
parent 94dee77647
commit b334a2ce0f
4 changed files with 7 additions and 7 deletions

View File

@@ -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();
}