aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/11579] Do not extend validate_data_helperMarc Alexander2013-06-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Add missing commas to validate_username_testMarc Alexander2013-06-031-6/+6
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Rework calls to validate_data_helperMarc Alexander2013-06-0310-232/+344
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Move simple tests into seperate filesMarc Alexander2013-06-037-251/+366
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Use test case helper class and use assert prefix for methodMarc Alexander2013-06-035-95/+100
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Move tests into seperate files depending on needed fixtureMarc Alexander2013-05-308-499/+594
| | | | | | | | | | | | | | | | PHPBB3-11579
| | * | [ticket/11579] Add remaining unit tests for validate_data functionsMarc Alexander2013-05-302-62/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | [ticket/11579] Add basic set of unit tests for validate_data()Marc Alexander2013-05-291-0/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This currently includes tests for the string, num, date, match, and language iso validation functions. PHPBB3-11579
* | | | Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-072-10/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * 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-072-10/+21
| | | | | | | | | | | | | | | | PHPBB3-11543
* | | | [ticket/develop/11543] Use plurals in developJoas Schilling2013-06-061-25/+14
| | | | | | | | | | | | | | | | PHPBB3-11543
* | | | Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-062-0/+348
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Use correct IP addresses and inject time for correct valuesJoas Schilling2013-06-061-22/+25
| | | | | | | | | | | | | | | | PHPBB3-11543
| * | | [ticket/11543] Add unit tests for obtain_users_online_string()Joas Schilling2013-06-062-1/+185
| | | | | | | | | | | | | | | | PHPBB3-11543
| * | | [ticket/11543] Add unit tests for obtain_users_online() with empty forumJoas Schilling2013-06-061-0/+16
| | | | | | | | | | | | | | | | PHPBB3-11543
| * | | [ticket/11543] Add unit tests for obtain_users_online()Joas Schilling2013-06-061-0/+65
| | | | | | | | | | | | | | | | PHPBB3-11543
| * | | [ticket/11543] Add unit tests for obtain_guest_count()Joas Schilling2013-06-062-0/+80
| |/ / | | | | | | | | | PHPBB3-11543
* | | [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in test_style_select.Andreas Fischer2013-05-271-0/+4
| | | | | | | | | | | | PHPBB3-11573
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-0/+121
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/11538] Cut functional tests down a bit as these are more expensive. [ticket/11538] Compare to '' instead of using empty(), so '0' does not pass. [ticket/11538] Add unit tests for phpbb_validate_hex_colour().
| * | [ticket/11538] Add unit tests for phpbb_validate_hex_colour().Andreas Fischer2013-05-261-0/+121
| | | | | | | | | | | | PHPBB3-11538
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-172-7/+7
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/11542] Use Czech as example as it contains non-latin characters [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| * | [ticket/11542] Use Czech as example as it contains non-latin charactersJoas Schilling2013-05-172-7/+7
| | | | | | | | | | | | PHPBB3-11542
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-172-0/+60
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [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()
| * | Merge remote-tracking branch 'nickvergessen/ticket/11542' into develop-olympusAndreas Fischer2013-05-172-0/+60
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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 non-existing default value for language selectJoas Schilling2013-05-161-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11542
| | * | [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-142-0/+56
| | |/ | | | | | | | | | PHPBB3-11542
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-161-4/+25
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
| * | [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absoluteJoas Schilling2013-05-161-4/+25
| | | | | | | | | | | | | | | | | | The given path is an absolute path in general, just not on our current system. PHPBB3-11545
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-152-0/+64
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11541] Add unit tests for style_select()
| * | Merge remote-tracking branch 'nickvergessen/ticket/11541' into develop-olympusAndreas Fischer2013-05-152-0/+64
| |\ \ | | | | | | | | | | | | | | | | * nickvergessen/ticket/11541: [ticket/11541] Add unit tests for style_select()
| | * | [ticket/11541] Add unit tests for style_select()Joas Schilling2013-05-142-0/+64
| | |/ | | | | | | | | | PHPBB3-11541
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-151-0/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
| * | [ticket/11546] Fix is_absolute() throws E_NOTICE for empty stringJoas Schilling2013-05-151-0/+1
| | | | | | | | | | | | PHPBB3-11546
* | | [ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.Andreas Fischer2013-05-151-1/+1
| | | | | | | | | | | | PHPBB3-11540
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-151-0/+34
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/11540] Add unit tests for is_absolute()
| * | [ticket/11540] Add unit tests for is_absolute()Joas Schilling2013-05-141-0/+34
| |/ | | | | | | PHPBB3-11540
* | [ticket/11362] Move phpbb_clean_path into a simple filesystem serviceJoas Schilling2013-04-171-44/+0
| | | | | | | | PHPBB3-11362
* | [ticket/11015] Fix 3.0 to 3.1 dbms conversion for mysqli.Oleg Pudeyev2012-12-131-0/+40
| | | | | | | | PHPBB3-11015
* | [ticket/11095] Docs and tests for phpbb_build_hidden_fields_for_query_params.Oleg Pudeyev2012-11-291-0/+71
| | | | | | | | PHPBB3-11095
* | [ticket/11095] Python quoteattr port.Oleg Pudeyev2012-11-291-0/+44
|/ | | | PHPBB3-11095
* [ticket/11192] Merge dataProvider arrays because the test is the same now.Andreas Fischer2012-11-161-15/+1
| | | | PHPBB3-11192
* [ticket/11192] Mark negative byte numbers as unsupported.Andreas Fischer2012-11-161-16/+0
| | | | PHPBB3-11192
* [ticket/11192] Test strings not converted to int/float before.Andreas Fischer2012-11-161-2/+36
| | | | PHPBB3-11192
* [ticket/11192] Also test strings, e.g. sums returned by the database.Andreas Fischer2012-11-161-0/+10
| | | | PHPBB3-11192
* [ticket/11192] Also test powers of 10 / 1000.Andreas Fischer2012-11-161-0/+7
| | | | PHPBB3-11192
* [ticket/11192] Add tests.Oleg Pudeyev2012-11-151-0/+50
| | | | PHPBB3-11192
* [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
| | | | PHPBB3-10848
* [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-0/+44
PHPBB3-10848