aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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
* | [ticket/14484] Remove duplicate methods and no longer needed callsMarc Alexander2016-09-211-45/+56
| | | | | | | | PHPBB3-14484
* | [ticket/14484] Remove invalid code caused by merge conflictMarc Alexander2016-09-181-4/+0
| | | | | | | | PHPBB3-14484
* | Merge branch 'ticket/14484' into ticket/14484-rheaMarc Alexander2016-09-181-26/+141
|\ \ | |/
| * [ticket/14484] Properly enable extensions in UI testsMarc Alexander2016-07-311-9/+18
| | | | | | | | PHPBB3-14484
| * [ticket/14484] Move facebook webdriver to main composer.jsonMarc Alexander2016-07-271-5/+363
| | | | | | | | | | | | | | Also updated ui test case file to have same feature set as the 3.2.x version. PHPBB3-14484
* | [ticket/13616] Fix CS + constant in the core extensionTristan Darricau2016-04-032-2/+4
| | | | | | | | PHPBB3-13616
* | [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+10
| | | | | | | | PHPBB3-13616
* | [ticket/13616] Cleanup globals after installing the board in func testsTristan Darricau2016-04-031-2/+10
| | | | | | | | PHPBB3-13616
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | | | | | PHPBB3-14576
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+2
| | | | | | | | PHPBB3-14555
* | [ticket/14488] Delete cookies to get correct session ID during loginMarc Alexander2016-02-181-0/+2
| | | | | | | | PHPBB3-14488
* | [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-181-36/+15
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-171-0/+10
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add more functionality to ui test casesMarc Alexander2016-02-161-0/+208
| | | | | | | | PHPBB3-14315
* | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-162-13/+65
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements
| * | [ticket/14462] Fix testsMate Bartus2016-02-122-6/+14
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Set instance of db driver for database access using globalMarc Alexander2016-02-121-1/+30
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Fix installation in testsMate Bartus2016-02-122-12/+27
| | | | | | | | | | | | PHPBB3-14462
* | | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-141-3/+8
|/ / | | | | | | | | | | | | Also updated to latest version and now using proper version in composer.json. PHPBB3-14478
* | [ticket/14442] Use get_content() in functional test caseMarc Alexander2016-02-011-2/+2
| | | | | | | | PHPBB3-14442
* | [ticket/14442] Use Goutte 2.0 instead of outdated 1.0Marc Alexander2016-02-011-6/+4
| | | | | | | | PHPBB3-14442
* | Merge branch '3.1.x'Marc Alexander2016-01-261-0/+2
|\ \ | |/
| * [ticket/14433] Purge cache setting up extension functional testsMatt Friedman2016-01-251-0/+2
| | | | | | | | PHPBB3-14433
* | Merge branch '3.1.x'Tristan Darricau2016-01-241-4/+11
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14425] Allow setting unix socket in database tests
| * [ticket/14425] Allow setting unix socket in database testsMarc Alexander2016-01-211-4/+11
| | | | | | | | PHPBB3-14425
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-131-5/+15
|\ \ | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
| | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * | [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-10/+7
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-261-10/+16
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-1/+8
| | | | | | | | | | | | PHPBB3-14323
* | | Merge branch '3.1.x'Mate Bartus2016-01-081-1/+0
|\ \ \ | |/ / |/| / | |/ | | * 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary
| * [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-071-1/+0
| | | | | | | | PHPBB3-14394
* | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-082-2/+4
| | | | | | | | PHPBB3-14270
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-224-184/+202
| | | | | | | | PHPBB3-14044
* | Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-6/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
| * | [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-6/+24
| | | | | | | | | | | | PHPBB3-13935
* | | [ticket/14036] Fixed mocked web root pathJoshyPHP2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | ...to match what it would return normally PHPBB3-14036
* | | [ticket/14036] Replace path_helper with a mockJoshyPHP2015-07-171-14/+9
|/ / | | | | | | PHPBB3-14036
* | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-12/+22
| | | | | | | | PHPBB3-11444
* | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+31
| | | | | | | | PHPBB3-10620
* | Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-241-1/+1
|\ \ | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * | [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | PHPBB3-13803
* | | Merge branch '3.1.x'Andreas Fischer2015-06-161-10/+10
|\ \ \ | |/ / |/| / | |/ | | * 3.1.x: [ticket/12952] Check obvious errors before status in functional tests
| * [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-10/+10
| | | | | | | | | | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-2/+0
| | | | | | | | PHPBB3-13801
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-3/+3
| | | | | | | | PHPBB3-13782
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-022-3/+11
| | | | | | | | PHPBB3-13762