aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-071-1/+1
|\ | | | | | | | | | | * develop-olympus: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| * Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-071-1/+1
| |\ | | | | | | | | | | | | | | | * prep-release-3.0.11: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | * [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-1/+1
| | | | | | | | | | | | PHPBB3-10937
| * | Merge remote-tracking branch 'github-p/ticket/10828' into develop-olympusNils Adermann2012-06-121-0/+15
| |\ \ | | |/ | |/| | | | | | | * github-p/ticket/10828: [ticket/10828] Connect to postgres database by default.
* | | Merge PR #778 branch 'cyberalien/ticket/10800' into developOleg Pudeyev2012-06-1110-14/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/10800: [ticket/10800] Changing html to js for includejs tests [ticket/10800] Changing template paths in tests
| * | | [ticket/10800] Changing html to js for includejs testsVjacheslav Trushkin2012-05-016-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Changing .html to .js files for includejs tests PHPBB3-10800
| * | | [ticket/10800] Changing template paths in testsVjacheslav Trushkin2012-04-295-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | Changing template paths in tests from absolute to relative PHPBB3-10800
* | | | Merge remote-tracking branch 'github-p/ticket/10882' into developNils Adermann2012-06-127-0/+93
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-p/ticket/10882: [ticket/10882] Fix test name - oops. [ticket/10882] Add a test for including a nonexistent file. [ticket/10882] Add test for an ENDIF without IF. [ticket/10882] Add test for an invalid template tag.
| * | | | [ticket/10882] Fix test name - oops.Oleg Pudeyev2012-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10882
| * | | | [ticket/10882] Add a test for including a nonexistent file.Oleg Pudeyev2012-05-103-0/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-10882
| * | | | [ticket/10882] Add test for an ENDIF without IF.Oleg Pudeyev2012-05-103-0/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-10882
| * | | | [ticket/10882] Add test for an invalid template tag.Oleg Pudeyev2012-05-103-0/+45
| | | | | | | | | | | | | | | | | | | | PHPBB3-10882
* | | | | Merge pull request #814 from p/ticket/10828Nils Adermann2012-06-111-0/+15
|\ \ \ \ \ | | |_|_|/ | |/| | | [ticket/10828] Connect to postgres database by default.
| * | | | [ticket/10828] Connect to postgres database by default.Oleg Pudeyev2012-05-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When not connecting to a specific database, connect to postgres database which specifically exists as a default database to connect to. PHPBB3-10828
* | | | | Merge pull request #796 from imkingdavid/ticket/10837Nils Adermann2012-06-111-9/+0
|\ \ \ \ \ | | | | | | | | | | | | [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
| * | | | | [ticket/10837] Removed tearDownAfterClass() from extension_controller_test.phpDavid King2012-05-071-9/+0
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-10837
* | | | | [ticket/10931] Also test get_bytes() and get_string() with false.Andreas Fischer2012-06-111-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Make to_numeric function globally available.Andreas Fischer2012-06-111-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Make sure get_bytes() always returns either an int or a float.Andreas Fischer2012-06-111-7/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Use strict assertSame() instead of assertEquals().Andreas Fischer2012-06-111-19/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Also test for negative values.Andreas Fischer2012-06-111-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Also test lower case units in test_get_bytes().Andreas Fischer2012-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Correctly use GNU GPL version 2.Andreas Fischer2012-06-112-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Make it clear that we are mocking the ini_get() function.Andreas Fischer2012-06-112-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | [ticket/10931] Unit tests for phpbb_php_ini class.Andreas Fischer2012-06-112-0/+74
| | | | | | | | | | | | | | | | | | | | PHPBB3-10931
* | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-0/+3
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | By Andreas Fischer via Andreas Fischer (1) and Nils Adermann (1) * develop-olympus: [ticket/10162] Increase maximum length of email address TLD from 6 to 63. [ticket/10162] Add test cases for top level domain names longer than 6 chars.
| * | | | [ticket/10162] Add test cases for top level domain names longer than 6 chars.Andreas Fischer2012-05-301-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-10162
* | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-221-0/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | By Andreas Fischer via Andreas Fischer (1) and Nils Adermann (1) * develop-olympus: [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
| * | | | [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.Andreas Fischer2012-05-221-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10907
* | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-224-1/+169
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By David King via David King (1) and Nils Adermann (1) * develop-olympus: [task/functional] Use proper format for @var doc blocks. [task/functional] Fix $lang_path variable [task/functional] Change property visibility, remove globals, reword comment [task/functional] Make sure missing language values are handled properly [task/functional] Increase code coverage for functional tests Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * | | | Merge remote-tracking branch 'github-imkingdavid/task/functional' into ↵Nils Adermann2012-05-224-1/+169
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus By David King via David King * github-imkingdavid/task/functional: [task/functional] Use proper format for @var doc blocks. [task/functional] Fix $lang_path variable [task/functional] Change property visibility, remove globals, reword comment [task/functional] Make sure missing language values are handled properly [task/functional] Increase code coverage for functional tests
| | * | | | [task/functional] Use proper format for @var doc blocks. David King2012-05-221-2/+4
| | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | [task/functional] Fix $lang_path variableDavid King2012-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | [task/functional] Change property visibility, remove globals, reword commentDavid King2012-05-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | [task/functional] Make sure missing language values are handled properlyDavid King2012-04-242-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | [task/functional] Increase code coverage for functional testsDavid King2012-04-234-1/+159
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
* | | | | | Merge PR #810 branch 'develop-olympus' into developOleg Pudeyev2012-05-211-1/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
| * | | | | [ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.Andreas Fischer2012-05-221-1/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on MSSQL and Oracle by specifying an existing table in the query. PHPBB3-10890
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-132-2/+18
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10891] Allow specifying test_config.php path via environment.
| * | | | Merge remote-tracking branch 'p/ticket/10891' into develop-olympusAndreas Fischer2012-05-132-2/+18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10891: [ticket/10891] Allow specifying test_config.php path via environment. Conflicts: tests/RUNNING_TESTS.txt
| | * | | | [ticket/10891] Allow specifying test_config.php path via environment.Oleg Pudeyev2012-05-112-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10891
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-131-9/+13
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10892] Update wiki link to mediawiki. [ticket/10892] Add empty lines for consistency. [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines. [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
| * | | | | Merge remote-tracking branch 'p/ticket/10892' into develop-olympusAndreas Fischer2012-05-131-9/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10892: [ticket/10892] Update wiki link to mediawiki. [ticket/10892] Add empty lines for consistency. [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines. [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
| | * | | | | [ticket/10892] Update wiki link to mediawiki.Oleg Pudeyev2012-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10892
| | * | | | | [ticket/10892] Add empty lines for consistency.Oleg Pudeyev2012-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some headings had empty lines after them, some did not. Add missing empty lines. PHPBB3-10892
| | * | | | | [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.Oleg Pudeyev2012-05-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10892
| | * | | | | [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.Patrick Webster2012-05-111-5/+7
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-10892
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-05-111-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
| * | | | | [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.Andreas Fischer2012-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10889
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-112-45/+100
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | | | | | * develop-olympus: [ticket/10887] Add spaces. [ticket/10887] Split auto increment test from db tools test.