aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* 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