aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tree
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15055] Support console questions on windowsMarc Alexander2018-01-011-3/+7
| | | | PHPBB3-15055
* [ticket/15055] Try using build matrixMarc Alexander2018-01-011-0/+10
| | | | PHPBB3-15055
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13494
* [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+2
| | | | PHPBB3-13338
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-18/+42
| | | | PHPBB3-12594
* [ticket/12117] Add get_all_tree_data method to tree classMatt Friedman2014-03-101-0/+16
| | | | PHPBB3-12117
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | PHPBB3-11700
* [ticket/11599] Copy the forums into a static array for later reuseJoas Schilling2013-06-111-17/+42
| | | | PHPBB3-11599
* [ticket/11495] Throw exception when item that should be deleted does not existJoas Schilling2013-04-301-0/+19
| | | | PHPBB3-11495
* [ticket/11495] Remove unneccessary values from testsJoas Schilling2013-04-301-36/+36
| | | | PHPBB3-11495
* [ticket/11495] Fix more grammar issues in doc blocksJoas Schilling2013-04-301-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Remove forum_parents from tests where it is not requiredJoas Schilling2013-04-303-200/+200
| | | | PHPBB3-11495
* [ticket/11495] Add proper testing of item_parent to testsJoas Schilling2013-04-305-354/+360
| | | | PHPBB3-11495
* [ticket/11495] Fix some more comments and the package tagJoas Schilling2013-04-306-6/+6
| | | | 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-256-6/+6
| | | | PHPBB3-11495
* [ticket/11495] Fix failing unit testsJoas Schilling2013-04-255-5/+5
| | | | PHPBB3-11495
* [ticket/11495] Remove tests for add/remove we make them protected laterJoas Schilling2013-04-252-196/+101
| | | | PHPBB3-11495
* [ticket/11495] Move tests to tree/ directoryJoas Schilling2013-04-257-0/+1169
PHPBB3-11495