aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16284] Adjust create schema and add tables to testsMarc Alexander2020-01-011-0/+1
* Merge branch '3.2.x'Marc Alexander2019-03-301-2/+2
|\
| * [ticket/15996] Rename dataProvider to not start with test_Marc Alexander2019-03-191-2/+2
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-01-029-11/+11
* | Merge branch '3.2.x'Marc Alexander2018-06-176-0/+183
|\|
| * Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-176-0/+183
| |\
| | * [ticket/15586] Added tests for adding modules the automatic waykasimi2018-03-116-0/+183
* | | Merge branch '3.2.x'Marc Alexander2018-03-261-4/+157
|\| |
| * | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-191-4/+157
| |/
* | Merge branch '3.2.x'Derky2018-01-052-8/+30
|\|
| * Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-052-8/+30
| |\
| | * [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-011-7/+17
| | * [ticket/15055] Support console questions on windowsMarc Alexander2018-01-011-4/+0
| | * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+4
| | * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-1/+8
| | * [ticket/15055] Start fixing missing keys in fixturesMarc Alexander2018-01-011-0/+6
| * | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| |/
| * Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-281-19/+0
| |\
* | \ Merge branch 'ticket/15339' into ticket/15339-33Oliver Schramm2017-12-241-19/+0
|\ \ \ | | |/ | |/|
| * | [ticket/15339] Fix testsOliver Schramm2017-12-241-19/+0
* | | Merge branch '3.2.x'Marc Alexander2017-10-173-0/+136
|\ \ \ | | |/ | |/|
| * | [ticket/15396] Added test for correct order of revert_schema() stepskasimi2017-10-143-0/+136
| |/
* | Merge pull request #4871 from javiexin/ticket/15274Tristan Darricau2017-08-065-3/+139
|\ \
| * | [ticket/15274] Allow "custom" migrations to use parametersjaviexin2017-07-164-6/+6
| * | [ticket/15274] Allow "custom" migrations to use parametersjaviexin2017-07-153-0/+136
* | | [ticket/15253] Use storage helper methods instead of filesystem methodsRubén Calvo2017-07-201-1/+0
* | | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2017-07-171-1/+1
* | | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2017-07-172-9/+9
| |/ |/|
* | [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-061-0/+37
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-242-5/+154
|\|
| * [ticket/14831] Add more tests against UCP modulesrxu2016-10-232-1/+99
| * [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-4/+55
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-312-1/+91
|\|
| * Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-312-1/+91
| |\
| | * [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| | * [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-242-1/+87
* | | 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
| |/
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-3112-26/+0
* | [feature/sql-bool-builder] Changing syntax pt2. Fix testsbrunoais2015-11-111-20/+38
* | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-142-0/+390
|\ \
| * | [feature/sql-bool-builder] Improved tests output to show the SQL error.brunoais2015-03-171-7/+40
| * | [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-1/+1
| * | [feature/sql-bool-builder] test_single_not_likebrunoais2015-03-161-0/+27
| * | [feature/sql-bool-builder] test_single_likebrunoais2015-03-161-0/+25
| * | [feature/sql-bool-builder] test_single_not_inbrunoais2015-03-161-0/+26
| * | [feature/sql-bool-builder] test_single_inbrunoais2015-03-161-0/+26
| * | [feature/sql-bool-builder] test_and_of_or_of_andbrunoais2015-03-161-0/+46
| * | [feature/sql-bool-builder] test_triple_and_with_inbrunoais2015-03-161-0/+31
| * | [feature/sql-bool-builder] test_double_and_with_not_of_andbrunoais2015-03-161-0/+31