aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tree/nestedset_forum_get_data_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-25 17:27:33 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-25 17:27:33 +0200
commitce07b2776577d1ed3987b38e231a367cfef21db6 (patch)
tree7aaf08c509070d83d9fef35a02eb1cf80b367382 /tests/tree/nestedset_forum_get_data_test.php
parentabfb7bc51fa254edd6274e39625eb8a4edec32be (diff)
downloadforums-ce07b2776577d1ed3987b38e231a367cfef21db6.tar
forums-ce07b2776577d1ed3987b38e231a367cfef21db6.tar.gz
forums-ce07b2776577d1ed3987b38e231a367cfef21db6.tar.bz2
forums-ce07b2776577d1ed3987b38e231a367cfef21db6.tar.xz
forums-ce07b2776577d1ed3987b38e231a367cfef21db6.zip
[ticket/11495] Fix failing unit tests
PHPBB3-11495
Diffstat (limited to 'tests/tree/nestedset_forum_get_data_test.php')
-rw-r--r--tests/tree/nestedset_forum_get_data_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tree/nestedset_forum_get_data_test.php b/tests/tree/nestedset_forum_get_data_test.php
index 4ce679f05d..24ada93409 100644
--- a/tests/tree/nestedset_forum_get_data_test.php
+++ b/tests/tree/nestedset_forum_get_data_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once dirname(__FILE__) . '/set_forum_base.php';
+require_once dirname(__FILE__) . '/nestedset_forum_base.php';
class phpbb_tests_tree_nestedset_forum_get_data_test extends phpbb_tests_tree_nestedset_forum_base
{