aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5728 from rxu/ticket/15294Marc Alexander2019-12-151-1/+23
|\ | | | | | | [ticket/15294] Fix session_gc() selecting expired sessions for unique users
| * [ticket/15294] Minor code adjustingrxu2019-11-051-1/+1
| | | | | | | | PHPBB3-15294
| * [ticket/15294] Add session_gc() testsrxu2019-11-051-1/+23
| | | | | | | | PHPBB3-15294
* | Merge pull request #5756 from mrgoldy/ticket/16239Marc Alexander2019-12-061-1/+2
|\ \ | | | | | | | | | [ticket/16239] Remove deprecated phpbb\db\tools
| * | [ticket/16239] Update DB tools in UI test casemrgoldy2019-11-301-1/+2
| |/ | | | | | | PHPBB3-16239
* | [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-0/+20
|/ | | | PHPBB3-16223
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-1/+20
|\
| * [ticket/16078] Use while loop for visit retriesMarc Alexander2019-10-201-7/+10
| | | | | | | | PHPBB3-16078
| * [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-1/+17
| | | | | | | | | | | | | | The timeout only seems to occur on the first test so let's see what a retry can do to help with this issue. PHPBB3-16078
* | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-15/+1
| | | | | | | | PHPBB3-16051
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-14/+37
|\ \ | |/
| * [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-241-14/+37
| | | | | | | | SECURITY-244
* | [ticket/15088] Ensure phpBB version is set in testsMarc Alexander2019-07-271-1/+1
| | | | | | | | PHPBB3-15088
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-231-0/+3
|\ \ | |/
| * [ticket/16078] Add use statement for ChromeOptionsMarc Alexander2019-06-191-0/+1
| | | | | | | | PHPBB3-16078
| * [ticket/16078] Use headless chrome and disable gpu accelerationMarc Alexander2019-06-191-0/+2
| | | | | | | | | | | | This is to hopefully get rid of some of the issues with timeouts. PHPBB3-16078
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-061-3/+3
|\ \ | |/
| * [ticket/16078] Use chrome as webdriverMarc Alexander2019-06-061-3/+3
| | | | | | | | PHPBB3-16078
* | [ticket/15369] Fix testsMatt Friedman2019-05-101-1/+6
| | | | | | | | PHPBB3-15369
* | [ticket/15938] Update classes in backupStaticAttributesBlacklistMarc Alexander2019-05-092-8/+8
| | | | | | | | PHPBB3-15938
* | [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-7/+2
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Use new namespaced classes when generating mssql schemaMarc Alexander2019-05-091-5/+5
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-096-18/+22
| | | | | | | | PHPBB3-14948
* | [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-092-4/+146
| | | | | | | | PHPBB3-15725
* | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-083-7/+13
|/ | | | PHPBB3-14972
* [ticket/16027] Force clearing of cache folder on install for functionalMarc Alexander2019-04-241-0/+8
| | | | PHPBB3-16027
* [ticket/15997] Use higher than default timeout for webdriver connectionsMarc Alexander2019-03-191-1/+6
| | | | PHPBB3-15997
* [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-2/+3
| | | | PHPBB3-10432
* Merge pull request #5397 from VSEphpbb/ticket/15824Marc Alexander2018-10-131-0/+49
|\ | | | | | | [ticket/15824] Fix and update UI framework
| * [ticket/15824] Add UI test method to wait for AJAX requestsMatt Friedman2018-10-031-0/+33
| | | | | | | | PHPBB3-15824
| * [ticket/15824] Make UI test framework correctly install extsMatt Friedman2018-10-011-0/+10
| | | | | | | | PHPBB3-15824
| * [ticket/15824] Fix cache initialization in UI frameworkMatt Friedman2018-10-011-0/+6
| | | | | | | | PHPBB3-15824
* | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-281-4/+0
|/ | | | PHPBB3-15733
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-2/+5
| | | | PHPBB3-15531
* [ticket/15055] Fix line break and disable sql server 2017 for nowMarc Alexander2018-01-091-1/+1
| | | | | | | SQL Server 2017 currently fails for unknown reasons and just results in an overall longer build time. Therefore disabling it for now. PHPBB3-15055
* [ticket/15055] Display content on unexpted server errorMarc Alexander2018-01-081-1/+6
| | | | PHPBB3-15055
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-053-1/+85
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Add comments explaining overriden createXMLDataSet()Marc Alexander2018-01-011-0/+14
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Try using build matrixMarc Alexander2018-01-011-0/+8
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-7/+23
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Handle default identity column on mssql in database testsMarc Alexander2018-01-011-0/+47
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+0
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-5/+5
|/ | | | PHPBB3-14972
* [ticket/15201] Fix testsRubén Calvo2017-09-081-0/+3
| | | | PHPBB3-15201
* [ticket/15036] Unlink install_config during functional testingMarc Alexander2017-01-211-0/+7
| | | | PHPBB3-15036
* Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-031-0/+1
|\
* | [ticket/14947] Create new webdriver instance for every testMarc Alexander2017-01-021-35/+37
| | | | | | | | | | | | | | | | PHPUnit seems to have emptied the webdriver between every test, which causes curl errors. A new webdriver instance will now be created for every test file. This does not cause a lot of overhead for ui tests. PHPBB3-14947
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-1/+1
| | | | | | | | PHPBB3-12610
* | [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-031-0/+2
| | | | | | | | PHPBB3-14492
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-163-26/+2
| | | | | | | | PHPBB3-14739