aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16123] Specify ban_id in validate email fixtureMarc Alexander2019-09-081-0/+3
| | | | PHPBB3-16123
* [ticket/16123] Add tests to cover different ban reasonsMarc Alexander2019-09-071-0/+21
| | | | PHPBB3-16123
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-0/+2
| | | | PHPBB3-15055
* [ticket/13564] Add tests for unlinking account upon deleting userMarc Alexander2015-04-251-0/+46
| | | | PHPBB3-13564
* Merge remote-tracking branch 'github-exreaction/ticket/8323' into ↵Nils Adermann2014-05-021-0/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-exreaction/ticket/8323: [ticket/8323] Cache auth request [ticket/8323] Combine into a single query [ticket/8323] Comments on phpbb_get_banned_user_ids input for test [ticket/8323] More readability in test case [ticket/8323] Comments [ticket/8323] dataProvider for the test; better test data [ticket/8323] Comments [ticket/8323] Unit test for phpbb_get_banned_user_ids [ticket/8323] Comments for inactive reasons in constants.php [ticket/8323] Only disable administrative deactivated accounts from receiving PMs [ticket/8323] Allow temporarily banned users to receive PMs, but not a notification [ticket/8323] Correct PM notification settings (only notify those who can receive them) [ticket/8323] Cleanup viewtopic code (not sure how this mess happened) [ticket/8323] Allow sending PMs to temporarily banned users [ticket/8323] Do not allow sending PMs to Inactive users [ticket/8323] Hide the Send PM link if users cannot receive the PM [ticket/8323] Correcting the comment [ticket/8323] Do not allow sending of Private Messages to users who are banned [ticket/8323] Remove code used for testing [ticket/8323] Do not allow sending of Private Messages to users who do not have permission to read private messages Conflicts: phpBB/language/en/ucp.php
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-055-0/+230
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling (613) and others # Via Andreas Fischer (214) and others * 'develop' of github.com:phpbb/phpbb3: (2494 commits) [ticket/11825] Move schema_data.php into includes/ instead of phpbb/ [ticket/11215] Remove unnecessary comment [ticket/11755] MySQL upgrader out of date [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. [ticket/11823] Set up nginx server to match PHP files with characters after .php [ticket/11812] Fix empty define [ticket/11818] Update Symfony dependencies to 2.3.* [ticket/11791] Load adm/ events from styles/adm/event/ [ticket/11215] Fix helper_url_test.php tests [ticket/11215] Add newline back to .htaccess, fix wording [ticket/11215] Update comment in .htaccess [ticket/11215] Uncomment rewrite rules in .htaccess [ticket/11215] Make controller helper url() method use correct format [ticket/11215] Add commented-out URL rewrite capability to .htaccess [ticket/11821] Fix comma usage next to "You are receiving this notification". [ticket/11769] Allow using 0 as poster name [ticket/11769] Allow '0' as username [ticket/11215] Use new URL structure for controllers [ticket/11215] Everything appears to be working... ... Conflicts: phpBB/includes/functions_privmsgs.php
| * | [ticket/8323] dataProvider for the test; better test dataNathan Guse2012-12-071-0/+5
| | | | | | | | | | | | PHPBB3-8323
| * | [ticket/8323] Unit test for phpbb_get_banned_user_idsNathan Guse2012-12-071-0/+33
| / | | | | | | PHPBB3-8323
* | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-063-32/+0
|/ | | | PHPBB3-12115
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-112-0/+61
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11579] Add method for validating emails for valid MX and mark as slow [ticket/11579] Do not extend validate_data_helper [ticket/11579] Add missing commas to validate_username_test [ticket/11579] Rework calls to validate_data_helper [ticket/11579] Move simple tests into seperate files [ticket/11579] Use test case helper class and use assert prefix for method [ticket/11579] Move tests into seperate files depending on needed fixture [ticket/11579] Remove unnecessary globals from validate_password() [ticket/11579] Add remaining unit tests for validate_data functions [ticket/11579] Add basic set of unit tests for validate_data() Conflicts: tests/mock/cache.php
| * Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-112-0/+61
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/11579: [ticket/11579] Add method for validating emails for valid MX and mark as slow [ticket/11579] Do not extend validate_data_helper [ticket/11579] Add missing commas to validate_username_test [ticket/11579] Rework calls to validate_data_helper [ticket/11579] Move simple tests into seperate files [ticket/11579] Use test case helper class and use assert prefix for method [ticket/11579] Move tests into seperate files depending on needed fixture [ticket/11579] Remove unnecessary globals from validate_password() [ticket/11579] Add remaining unit tests for validate_data functions [ticket/11579] Add basic set of unit tests for validate_data()
| | * [ticket/11579] Move tests into seperate files depending on needed fixtureMarc Alexander2013-05-302-21/+23
| | | | | | | | | | | | PHPBB3-11579
| | * [ticket/11579] Add remaining unit tests for validate_data functionsMarc Alexander2013-05-301-0/+59
| | | | | | | | | | | | | | | | | | | | | | | | This now includes tests for usernames, passwords, emails, and jabber addresses. A few small changes had to be applied to phpbb_mock_cache and phpbb_mock_user in order to incorporate needed methods. PHPBB3-11579
* | | Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-071-0/+10
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * ticket/11543: [ticket/11543] Add more users so #hidden <> #normal Conflicts: tests/functions/obtain_online_test.php
| * | [ticket/11543] Add more users so #hidden <> #normalJoas Schilling2013-06-071-0/+10
| | | | | | | | | | | | PHPBB3-11543
* | | Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-061-0/+111
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * ticket/11543: [ticket/11543] Use correct IP addresses and inject time for correct values [ticket/11543] Add unit tests for obtain_users_online_string() [ticket/11543] Add unit tests for obtain_users_online() with empty forum [ticket/11543] Add unit tests for obtain_users_online() [ticket/11543] Add unit tests for obtain_guest_count()
| * | [ticket/11543] Add unit tests for obtain_users_online_string()Joas Schilling2013-06-061-0/+100
| | | | | | | | | | | | PHPBB3-11543
| * | [ticket/11543] Add unit tests for obtain_guest_count()Joas Schilling2013-06-061-0/+11
| |/ | | | | | | PHPBB3-11543
* | [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in test_style_select.Andreas Fischer2013-05-271-0/+4
|/ | | | PHPBB3-11573
* [ticket/11542] Use Czech as example as it contains non-latin charactersJoas Schilling2013-05-171-3/+3
| | | | PHPBB3-11542
* Merge remote-tracking branch 'nickvergessen/ticket/11542' into develop-olympusAndreas Fischer2013-05-171-0/+21
|\ | | | | | | | | | | | | * nickvergessen/ticket/11542: [ticket/11542] Add non-existing default value for language select [ticket/11542] Add lang_english_name to fixture [ticket/11542] Add unit tests for language_select()
| * [ticket/11542] Add lang_english_name to fixtureJoas Schilling2013-05-151-0/+3
| | | | | | | | PHPBB3-11542
| * [ticket/11542] Add unit tests for language_select()Joas Schilling2013-05-141-0/+18
| | | | PHPBB3-11542
* [ticket/11541] Add unit tests for style_select()Joas Schilling2013-05-141-0/+23
PHPBB3-11541