aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-099-11/+11
| | | | PHPBB3-14948
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-084-6/+6
| | | | | | Remove references in migration tool. PHPBB3-15274
* [ticket/15274] Allow "custom" migrations to use parametersjaviexin2019-05-083-0/+136
| | | | | | | Add the possibility to have custom migrations with parameters, allowing the use of a single function for several uses. PHPBB3-15274
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-082-9/+9
| | | | PHPBB3-14972
* [ticket/15996] Rename dataProvider to not start with test_Marc Alexander2019-03-191-2/+2
| | | | PHPBB3-15996
* Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-176-0/+183
|\ | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| * [ticket/15586] Added tests for adding modules the automatic waykasimi2018-03-116-0/+183
| | | | | | | | PHPBB3-15586
* | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-4/+157
|/ | | | PHPBB3-15595
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-052-8/+30
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-011-7/+17
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Support console questions on windowsMarc Alexander2018-01-011-4/+0
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+4
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-1/+8
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Start fixing missing keys in fixturesMarc Alexander2018-01-011-0/+6
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/ | | | PHPBB3-14972
* Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-281-19/+0
|\ | | | | | | [ticket/15339] Use manual method when adding modules
| * [ticket/15339] Fix testsOliver Schramm2017-12-241-19/+0
| | | | | | | | PHPBB3-15339
* | [ticket/15396] Added test for correct order of revert_schema() stepskasimi2017-10-143-0/+136
|/ | | | PHPBB3-15396
* [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-061-0/+37
| | | | | | Add a test. PHPBB3-15259
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-242-5/+154
|\ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * [ticket/14831] Add more tests against UCP modulesrxu2016-10-232-1/+99
| | | | | | | | PHPBB3-14831
| * [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-4/+55
| | | | | | | | PHPBB3-14831
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-312-1/+91
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-312-1/+91
| |\ | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| | | | | | | | | | | | PHPBB3-14703
| | * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-242-1/+87
| | | | | | | | | | | | PHPBB3-14703
* | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-112-2/+10
|\ \ \ | |/ /
| * | [ticket/14742] Add test for (not) reverting ifOliver Schramm2016-08-112-2/+10
| |/ | | | | | | PHPBB3-14742
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-3112-26/+0
| | | | | | | | PHPBB3-14576
* | [feature/sql-bool-builder] Changing syntax pt2. Fix testsbrunoais2015-11-111-20/+38
| | | | | | | | PHPBB3-13652
* | 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
* | | Merge branch '3.1.x'Joas Schilling2015-06-092-0/+196
|\ \ \ | | |/ | |/|
| * | [ticket/13779] Add permission set testsrxu2015-06-062-0/+196
| | | | | | | | | | | | PHPBB3-13779
* | | [ticket/13777] Fix testsMateBartus2015-05-311-1/+4
| | | | | | | | | | | | PHPBB3-13777
* | | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-042-2/+2
| | | | | | | | | | | | PHPBB3-13782
* | | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | | | | | | | | | PHPBB3-13762
* | | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-2/+0
| | | | | | | | | | | | PHPBB3-13793
* | | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-2/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-073-3/+6
| | | | | | | | PHPBB3-10748