aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-263-17/+33
| | | | PHPBB3-14323
* [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-264-5/+20
| | | | PHPBB3-14323
* [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-261-0/+10
| | | | PHPBB3-14323
* Merge pull request #4006 from brunoais/feature/sql-bool-builderTristan Darricau2015-12-051-20/+38
|\ | | | | | | | | | | | | | | | | | | | | [feature/sql-bool-builder] New syntax for DBAL query builder for boolean generation * brunoais/feature/sql-bool-builder: [feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS [feature/sql-bool-builder] Fixing typos in previous commit [feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers [feature/sql-bool-builder] Changing syntax pt2. Fix tests [feature/sql-bool-builder] Changing syntax
| * [feature/sql-bool-builder] Changing syntax pt2. Fix testsbrunoais2015-11-111-20/+38
| | | | | | | | PHPBB3-13652
* | Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-052-0/+124
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * | [ticket/14257] Add tests for reparser managerOliver Schramm2015-11-212-0/+124
| | | | | | | | | | | | PHPBB3-14257
* | | Merge pull request #4060 from rxu/ticket/14340Tristan Darricau2015-12-051-4/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests * rxu/ticket/14340: [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 tests
| * | | [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 testsrxu2015-12-051-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix was introduces with #3826, now the PHP core bug has been fixed: https://bugs.php.net/bug.php?id=70249 PHPBB3-14340
* | | | Merge pull request #4061 from JoshyPHP/ticket/9791Tristan Darricau2015-12-052-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9791] Added regression test * JoshyPHP/ticket/9791: [ticket/9791] Added regression test
| * | | | [ticket/9791] Added regression testJoshyPHP2015-12-052-0/+2
| |/ / / | | | | | | | | | | | | PHPBB3-9791
* | | | [ticket/13451] Added regression testJoshyPHP2015-12-052-0/+2
|/ / / | | | | | | | | | PHPBB3-13451
* | | Merge pull request #4016 from CHItA/ticket/14270Tristan Darricau2015-11-232-2/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | [ticket/14270] Purge cache when the installer is finished * CHItA/ticket/14270: [ticket/14270] Purge cache when the installer is finished
| * | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-082-2/+4
| | | | | | | | | | | | PHPBB3-14270
* | | Merge pull request #4010 from Elsensee/ticket/14264Máté Bartus2015-11-058-8/+13
|\ \ \ | |/ / |/| | [ticket/14264] Don't use constants as return values
| * | [ticket/14264] Fix tests calling removed methodOliver Schramm2015-11-051-1/+6
| | | | | | | | | | | | PHPBB3-14264
| * | [ticket/14264] Fix textreparser testsOliver Schramm2015-11-037-7/+7
| | | | | | | | | | | | PHPBB3-14264
* | | Merge pull request #3995 from CHItA/ticket/14044Tristan Darricau2015-11-037-231/+209
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14044] Deduplicate the installers * CHItA/ticket/14044: [ticket/14044] Add config as global in notify user [ticket/14044] Fix language selection data loss [ticket/14044] Patch language::set_fallback_array() [ticket/14044] Fix tests [ticket/14044] Fix wrong descriptions in install [ticket/14044] Solve missing email template error [ticket/14044] global $table_prefix in constants.php [ticket/14044] Try to fix missing table prefix [ticket/14044] Use the correct language file version [ticket/14044] Automatically trigger rollback on insert in transaction [ticket/14044] Use empty instead of !count [ticket/14044] Fix Sqlite error in tests [ticket/14044] Deduplicate the installers
| * | [ticket/14044] Fix testsMate Bartus2015-10-301-0/+2
| | | | | | | | | | | | PHPBB3-14044
| * | [ticket/14044] Deduplicate the installersMate Bartus2015-10-226-231/+207
| |/ | | | | | | PHPBB3-14044
* | Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-295-6/+16
|\ \ | |/ |/| | | [ticket/14237] Use $language class for notifications
| * [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-135-6/+16
| | | | | | | | PHPBB3-14237
* | [ticket/14039] Revamp updaterMate Bartus2015-10-174-10/+44
| | | | | | | | PHPBB3-14039
* | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-142-0/+390
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/sql-bool-builder] Extending DBAL query builder for boolean generation * brunoais/feature/sql-bool-builder: [feature/sql-bool-builder] Improved tests output to show the SQL error. [feature/sql-bool-builder] Adding the IS operator to predicted operators [feature/sql-bool-builder] test_single_not_like [feature/sql-bool-builder] test_single_like [feature/sql-bool-builder] test_single_not_in [feature/sql-bool-builder] test_single_in [feature/sql-bool-builder] test_and_of_or_of_and [feature/sql-bool-builder] test_triple_and_with_in [feature/sql-bool-builder] test_double_and_with_not_of_and [feature/sql-bool-builder] test_triple_and_with_is_null [feature/sql-bool-builder] Prepare testing class [feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations [feature/sql-bool-builder] Explain better the code in the first [feature/sql-bool-builder] Also use parenthesis for the NOT operator [feature/sql-bool-builder] AS keyword must be lowercase; [feature/sql-bool-builder] Added code to use this feature for the WHERE clause [feature/sql-bool-builder] Removed non-necessary spaces [feature/sql-bool-builder] First working version
| * | [feature/sql-bool-builder] Improved tests output to show the SQL error.brunoais2015-03-171-7/+40
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-1/+1
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_single_not_likebrunoais2015-03-161-0/+27
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_single_likebrunoais2015-03-161-0/+25
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_single_not_inbrunoais2015-03-161-0/+26
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_single_inbrunoais2015-03-161-0/+26
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_and_of_or_of_andbrunoais2015-03-161-0/+46
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_triple_and_with_inbrunoais2015-03-161-0/+31
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_double_and_with_not_of_andbrunoais2015-03-161-0/+31
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] test_triple_and_with_is_nullbrunoais2015-03-161-0/+37
| | | | | | | | | | | | PHPBB3-13652
| * | [feature/sql-bool-builder] Prepare testing classbrunoais2015-03-162-0/+108
| | | | | | | | | | | | PHPBB3-13652
* | | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-124-7/+10
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add more test cases for attachment managerMarc Alexander2015-10-091-31/+50
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add new test method and more testsMarc Alexander2015-10-091-1/+44
| | | | | | | | | | | | | | | | | | One test method to rule them all. PHPBB3-14168
* | | [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-0/+69
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Fix tests after rebaseMarc Alexander2015-10-094-5/+6
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Improve code coverage in upload classMarc Alexander2015-10-091-13/+96
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-092-5/+154
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add tests for init_error() during uploadMarc Alexander2015-10-091-0/+49
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add basic test file for attachments uploadMarc Alexander2015-10-091-0/+183
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-095-8/+72
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Reset sequence before tests in delete testsMarc Alexander2015-10-091-0/+7
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Fix resync tests on sqlite3Marc Alexander2015-10-091-2/+2
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-0/+70
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-092-0/+155
| | | | | | | | | | | | PHPBB3-14168
* | | [ticket/14168] Add attachment resync classMarc Alexander2015-10-093-3/+3
| | | | | | | | | | | | PHPBB3-14168