aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2020-01-041-12/+21
|\
| * [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-12/+21
| | | | | | | | SECURITY-250
* | 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
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-5/+5
| | | | | | | | PHPBB3-14948
* | [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-091-2/+68
| | | | | | | | PHPBB3-15725
* | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-5/+5
|/ | | | PHPBB3-14972
* [ticket/16027] Force clearing of cache folder on install for functionalMarc Alexander2019-04-241-0/+8
| | | | PHPBB3-16027
* [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-2/+3
| | | | PHPBB3-10432
* [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-281-4/+0
| | | | PHPBB3-15733
* [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-051-1/+0
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [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-011-2/+2
|/ | | | 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/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/13616] Fix CS + constant in the core extensionTristan Darricau2016-04-031-1/+2
| | | | | | | | PHPBB3-13616
* | [ticket/13616] Cleanup globals after installing the board in func testsTristan Darricau2016-04-031-2/+10
| | | | | | | | PHPBB3-13616
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+2
| | | | | | | | PHPBB3-14555
* | [ticket/14462] Fix testsMate Bartus2016-02-121-3/+7
| | | | | | | | PHPBB3-14462
* | [ticket/14462] Fix installation in testsMate Bartus2016-02-121-6/+12
| | | | | | | | PHPBB3-14462
* | [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'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-081-1/+2
| | | | | | | | PHPBB3-14270
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-106/+83
| | | | | | | | PHPBB3-14044
* | 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/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-021-2/+8
| | | | | | | | 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-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge branch '3.1.x'Nicofuma2015-03-241-0/+12
|\ \ | |/
| * [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-8/+1
| | | | | | | | | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
| * [ticket/13612] Run meta refresh until extension is fully enabledMarc Alexander2015-02-141-1/+20
| | | | | | | | PHPBB3-13612
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | | | | | PHPBB3-10748
* | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
| | | | | | | | PHPBB3-13496
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+1
| | | | | | | | PHPBB3-13494
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-261-1/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/12089] Add assert message on HTTP status code check
| * Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-261-1/+1
| |\ | | | | | | | | | | | | * develop-olympus: [ticket/12089] Add assert message on HTTP status code check
| | * [ticket/12089] Add assert message on HTTP status code checkJoas Schilling2015-01-251-1/+1
| | | | | | | | | | | | PHPBB3-12089
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php