diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-04-25 17:27:33 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-04-25 17:27:33 +0200 |
commit | ce07b2776577d1ed3987b38e231a367cfef21db6 (patch) | |
tree | 7aaf08c509070d83d9fef35a02eb1cf80b367382 /tests/tree/nestedset_forum_get_data_test.php | |
parent | abfb7bc51fa254edd6274e39625eb8a4edec32be (diff) | |
download | forums-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.php | 2 |
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 { |