aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/memberlist_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13226] Add functional test for group ranksTristan Darricau2014-10-271-0/+28
| | | | PHPBB3-13226
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-fileCrizzo2014-03-281-1/+1
| | | | PHPBB3-11336
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-06-071-0/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11568-develop * 'develop' of https://github.com/phpbb/phpbb3: (29 commits) [ticket/11588] Also use version.phpbb.com in install_update.php. [ticket/11587] Add functional tests for group teampage settings [ticket/11538] Add admin as admins leader and moderator in memberlist_test [ticket/11587] Pass legend and teampage settings to group_create() [ticket/11586] Move $filedata['thumbnail'] to where it might be returned. [ticket/11586] Combine $filedata['post_attach'] assign into a single statement. [ticket/11586] Use a variable for $cat_id == ATTACHMENT_CATEGORY_IMAGE. [ticket/11586] Combine administrator/moderator checks together. [ticket/11583] Use a new lang key instead of giving the old one a new meaning. [ticket/11122] Add dhruv to active authors [ticket/11122] Remove Oleg and igorw from active authors [ticket/10840] Add check_form_key to acp_groups.php [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher. [ticket/11409] Add success message after updating group position settings [ticket/11549] Add functional test for ACP Extension Module with Template [ticket/11570] Fix link and make the notice more conspiciuous [ticket/11549] Do not set extension dir path for style in adm/index.php [ticket/11570] Add link back to update process [ticket/11569] Add type parameter and fix language variable [ticket/11569] Add parameter to URL and remove comment ... Conflicts: tests/functional/common_groups_test.php
| * [ticket/11538] Add admin as admins leader and moderator in memberlist_testMarc Alexander2013-06-041-0/+12
| | | | | | | | | | | | | | Removing the admin user from the admin and moderator group in memberlist_test potentially breaks other tests, i.e. the ucp groups test. PHPBB3-11538
* | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
* | [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-6/+0
|/ | | | PHPBB3-11568
* [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] 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-111-0/+23
| | | | PHPBB3-11492
* [ticket/11492] Add functional test for empty teampageJoas Schilling2013-04-111-0/+9
| | | | PHPBB3-11492
* [ticket/10975] Add a test for viewing a profile.Oleg Pudeyev2012-12-131-1/+10
| | | | PHPBB3-10975
* [ticket/10975] Test restricting by first character.Oleg Pudeyev2012-12-131-0/+10
| | | | PHPBB3-10975
* [ticket/10975] Test memberlist, not user creation.Oleg Pudeyev2012-12-131-14/+5
| | | | PHPBB3-10975
* [ticket/10975] Some quick tests to check the memberlist behaviourFyorl2012-12-131-0/+33
Checks behaviour when adding and deleting a user. PHPBB3-10975