aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [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-12/+12
| | | | PHPBB3-11495
* [ticket/11495] Move classes to tree/ as they all implement a treeJoas Schilling2013-04-251-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Replace fixtures content with manual callsJoas Schilling2013-04-252-110/+25
| | | | | | Should be easier to maintain PHPBB3-11495
* [ticket/11495] Use default exceptionsJoas Schilling2013-04-251-4/+4
| | | | PHPBB3-11495
* [ticket/11495] Split get_branch_data into multiple methodsJoas Schilling2013-04-251-40/+66
| | | | PHPBB3-11495
* [ticket/11495] Rename set_parent to change_parent()Joas Schilling2013-04-251-12/+12
| | | | PHPBB3-11495
* [ticket/11495] Rename fix function to regenerate_left_right_ids()Joas Schilling2013-04-251-5/+5
| | | | | | | | | | | | | | | This method regenerates the left/right ids for the nested set based on the parent/child relations. This function executes three queries per item, so it should only be called, when the set has one of the following problems: - The set has a duplicated value inside the left/right id chain - The set has a missing value inside the left/right id chain - The set has items that do not have a left/right is set When regenerating the items, the items are sorted by parent id and their current left id, so the current child/parent relationships are kept and running the function on a working set will not change any orders. PHPBB3-11495
* [ticket/11495] Use item ids instead of requiring all dataJoas Schilling2013-04-191-29/+51
| | | | | | | The data is grabbed again in most cases anyway, so it just makes the system easier to use. PHPBB3-11495
* [ticket/11495] Use item_id only as parameter for delete() and remove()Joas Schilling2013-04-191-2/+2
| | | | | | The data is acquired again anyway PHPBB3-11495
* [ticket/11495] Use item_id only as parameter for get_branch_data()Joas Schilling2013-04-191-1/+1
| | | | PHPBB3-11495
* [ticket/11495] Remove item class from unit testsJoas Schilling2013-04-184-71/+18
| | | | PHPBB3-11495
* [ticket/11495] Add unit tests for the implemented functionsJoas Schilling2013-04-168-0/+1259
| | | | PHPBB3-11495
* Merge remote-tracking branch 'nickvergessen/ticket/11491' into developAndreas Fischer2013-04-151-10/+24
|\ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11491: [ticket/11491] Copy files back only if we saved them previously [ticket/11491] Only copy files from phpBB/ext/ the directory exists [ticket/11491] Correctly remove the store/temp_ext/ directory after use [ticket/11491] Fix path to the ext/ folder [ticket/11491] Add extension_acp_test.php to functional group [ticket/11491] Fix class name of functional test [ticket/11491] Move file to correct directory
| * [ticket/11491] Copy files back only if we saved them previouslyJoas Schilling2013-04-121-3/+9
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Only copy files from phpBB/ext/ the directory existsJoas Schilling2013-04-121-4/+9
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Correctly remove the store/temp_ext/ directory after useJoas Schilling2013-04-121-2/+2
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Fix path to the ext/ folderJoas Schilling2013-04-121-1/+1
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Add extension_acp_test.php to functional groupJoas Schilling2013-04-121-0/+3
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Fix class name of functional testJoas Schilling2013-04-121-1/+1
| | | | | | | | PHPBB3-11491
| * [ticket/11491] Move file to correct directoryJoas Schilling2013-04-121-0/+0
| | | | | | | | PHPBB3-11491
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-04-151-0/+3
|\ \ | | | | | | | | | | | | | | | * develop-olympus: [ticket/11493] add checks for Notice and Warning [ticket/11493] add check for phpBB Debug in functional tests
| * | [ticket/11493] add checks for Notice and WarningDhruv2013-04-151-0/+2
| | | | | | | | | | | | PHPBB3-11493
| * | [ticket/11493] add check for phpBB Debug in functional testsDhruv2013-04-151-0/+1
| | | | | | | | | | | | PHPBB3-11493
* | | [ticket/11494] Filter crawler in first placeJoas Schilling2013-04-151-23/+18
| | | | | | | | | | | | PHPBB3-11494
* | | [ticket/11494] Use functions instead of repeatingJoas Schilling2013-04-131-19/+29
| | | | | | | | | | | | PHPBB3-11494
* | | [ticket/11494] Fix memberlist leaders functional testsJoas Schilling2013-04-111-8/+24
| |/ |/| | | | | | | | | The scope of the crawler should be reduced to the specific table PHPBB3-11494
* | [ticket/11492] Fix the test once moreJoas Schilling2013-04-111-7/+1
| | | | | | | | PHPBB3-11492
* | [ticket/11492] Fix issues with log objectJoas Schilling2013-04-111-16/+10
| | | | | | | | PHPBB3-11492
* | [ticket/11492] Split into mutliple testsJoas Schilling2013-04-111-6/+16
| | | | | | | | PHPBB3-11492
* | [ticket/11492] Do not add the user againJoas Schilling2013-04-111-1/+0
| | | | | | | | PHPBB3-11492
* | [ticket/11492] Add tests for removing/adding usersJoas Schilling2013-04-112-1/+74
| | | | | | | | PHPBB3-11492
* | [ticket/11492] Add functional test for empty teampageJoas Schilling2013-04-112-0/+49
| | | | | | | | PHPBB3-11492
* | Merge pull request #1199 from imkingdavid/ticket/11334Nils Adermann2013-04-032-1/+60
|\ \ | | | | | | [ticket/11334] Properly generate controller URL with helper url() method
| * | [ticket/11334] Allow parameters to be specified in the routeJoas Schilling2013-03-151-3/+3
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Fix copyright year in test fileJoas Schilling2013-03-151-1/+1
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Use mocks instead of making parameters optionalJoas Schilling2013-03-151-1/+5
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Move unit tests for helper->url() into own fileJoas Schilling2013-03-152-11/+55
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Include functions.php and fix class name in testsJoas Schilling2013-03-151-1/+3
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid testDavid King2013-03-151-0/+3
| | | | | | | | | | | | PHPBB3-11334
| * | [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-0/+6
| | | | | | | | | | | | PHPBB3-11334
* | | Merge pull request #1316 from nickvergessen/ticket/11405Nils Adermann2013-03-319-0/+1257
|\ \ \ | | | | | | | | Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies
| * | | [ticket/11474] Add test user with only global m_approve permissionsJoas Schilling2013-03-272-2/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-11405 PHPBB3-11474
| * | | [ticket/11405] Add unit tests for post_in_queueJoas Schilling2013-03-262-0/+262
| | | | | | | | | | | | | | | | PHPBB3-11405