aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-226-231/+207
| | | | PHPBB3-14044
* [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
* | [ticket/14168] Fix tests after adding attachment delete classMarc Alexander2015-10-093-0/+4
| | | | | | | | PHPBB3-14168
* | [ticket/14220] Move route loading to servicesTristan Darricau2015-10-083-10/+18
| | | | | | | | PHPBB3-14220
* | Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-0/+8
|\ \ | | | | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * | [ticket/14124] Update cron testsTristan Darricau2015-08-261-0/+8
| | | | | | | | | | | | PHPBB3-14124
* | | [ticket/14216] Do not run thumbnail test if gd is disabledMarc Alexander2015-10-041-0/+5
| | | | | | | | | | | | PHPBB3-14216
* | | Merge pull request #3851 from hanakin/ticket/12769Marc Alexander2015-09-201-6/+18
|\ \ \ | | | | | | | | | | | | [ticket/12769] Font-Awesome Integration & Icon overhaul
| * | | [ticket/12769] Properly include FAMichael Miday2015-09-171-6/+18
| | | |
* | | | [ticket/14180] Use unix line endings in type_fooMarc Alexander2015-09-201-31/+31
| | | | | | | | | | | | | | | | PHPBB3-14180
* | | | [ticket/14178] Fix installer's database helper testMate Bartus2015-09-191-1/+17
|/ / / | | | | | | | | | PHPBB3-14178
* | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-1617-98/+1177
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ...
| * | | [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-133-14/+23
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-092-7/+7
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-098-16/+16
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve code coverageMarc Alexander2015-09-092-1/+96
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-0/+161
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of base upload type classMarc Alexander2015-09-091-0/+93
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-0/+77
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-0/+174
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-094-6/+119
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add back tests for retrieving floatsMarc Alexander2015-09-091-0/+7
| | | | | | | | | | | | | | | | PHPBB3-13904