aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tree/nestedset_forum_get_data_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12117] Add get_all_tree_data method to tree classMatt Friedman2014-03-101-0/+16
| | | | PHPBB3-12117
* [ticket/11495] Add proper testing of item_parent to testsJoas Schilling2013-04-301-8/+10
| | | | PHPBB3-11495
* [ticket/11495] Fix some more comments and the package tagJoas Schilling2013-04-301-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Use descendants and ancestors instead of parents/childrenJoas Schilling2013-04-301-6/+6
| | | | PHPBB3-11495
* [ticket/11495] Remove get_parent_data from interface and rename itJoas Schilling2013-04-301-4/+4
| | | | | | | The method is implementation specific and has no use, apart from cache, that is not covered by get_path_data(). PHPBB3-11495
* [ticket/11495] Fix some docs and replace branch with other termsJoas Schilling2013-04-301-12/+12
| | | | PHPBB3-11495
* [ticket/11495] Fix comments and package docsJoas Schilling2013-04-251-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Fix failing unit testsJoas Schilling2013-04-251-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Move tests to tree/ directoryJoas Schilling2013-04-251-0/+117
PHPBB3-11495