aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-2/+0
| | | | | | | | PHPBB3-13793
* | [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-0/+4
| | | | | | | | PHPBB3-8672
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-164-4/+4
|\ \ | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-164-4/+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/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-1/+3
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-1/+4
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+16
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-2/+2
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | | | | | | | | | PHPBB3-11768
* | | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+210
|/ / | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | 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-073-4/+12
| | | | | | | | 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
| * | [ticket/13489] Fix service configurationTristan Darricau2015-01-201-1/+3
| | | | | | | | | | | | PHPBB3-13489
* | | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-063-4/+4
| | | | | | | | | | | | PHPBB3-13421
* | | [ticket/12620] Fix session testsTristan Darricau2014-11-201-0/+5
| | | | | | | | | | | | PHPBB3-12620
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-171-0/+1
|\ \ \ | |/ /
| * | [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | | | | | | | | | PHPBB3-13338
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-131-2/+14
|\ \ \ | |/ /
| * | [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19 here. Remove __init__ include. Composer classmap autoloading ensures classes can be loaded. PHPBB3-13325
| * | [ticket/13325] Remove whitespace at end of line.Andreas Fischer2014-11-121-1/+1
| | | | | | | | | | | | PHPBB3-13325
* | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-292-1/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13241] Remove sleep() and change flood interval instead [ticket/13241] Remove sleep() since the method takes care of this now [ticket/13241] Sleep for 1 second when posting twice in the same second [ticket/13241] Fix pagination with global announcements [ticket/13241] Correctly ignore announcements from topics list [ticket/13241] Add a functional test for viewforum with global announcement
| * | Merge pull request #3093 from nickvergessen/ticket/13241Andreas Fischer2014-10-292-1/+8
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13241] Fix pagination of viewforum with global announcements * nickvergessen/ticket/13241: [ticket/13241] Remove sleep() and change flood interval instead [ticket/13241] Remove sleep() since the method takes care of this now [ticket/13241] Sleep for 1 second when posting twice in the same second [ticket/13241] Fix pagination with global announcements [ticket/13241] Correctly ignore announcements from topics list [ticket/13241] Add a functional test for viewforum with global announcement
| | * | [ticket/13241] Sleep for 1 second when posting twice in the same secondJoas Schilling2014-10-292-1/+8
| | | | | | | | | | | | | | | | PHPBB3-13241
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-291-0/+192
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12962] Rename setup-phpbb-test [ticket/12962] Use phpVersion in phpunit.xml [ticket/12962] Functional tests run for php <5.3.19 [ticket/12962] Clean up composer.json [ticket/12962] Fix Line Endings in bootstrap [ticket/12962] Load composer test dependencies for php >= 5.3.19 [ticket/12962] bootstrap functional and ui test when php >5.3.19 [ticket/12962] Install test dependencies on travis [ticket/12962] Add facebook/webdriver dependency [ticket/12962] Fix whitespace characters [ticket/12962] Run tests for all databases on Travis [ticket/12962] Force language=en for UI tests installation [ticket/12962] Dump server output to /dev/null [ticket/12962] Start phantomjs on travis in background [ticket/12962] Mark test skipped when phantom server not running [ticket/12962] Add setup-phantomjs-server.sh [ticket/12962] Run UI tests on Travis-mysql [ticket/12962] Add UI tests to phpunit.xml.dist [ticket/12962] Add quick-links JS test [ticket/12962] Add initial class for ui_testing
| * | | Merge pull request #3065 from dhruvgoel92/feature/phantomAndreas Fischer2014-10-291-0/+192
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/phantom] * dhruvgoel92/feature/phantom: [ticket/12962] Rename setup-phpbb-test [ticket/12962] Use phpVersion in phpunit.xml [ticket/12962] Functional tests run for php <5.3.19 [ticket/12962] Clean up composer.json [ticket/12962] Fix Line Endings in bootstrap [ticket/12962] Load composer test dependencies for php >= 5.3.19 [ticket/12962] bootstrap functional and ui test when php >5.3.19 [ticket/12962] Install test dependencies on travis [ticket/12962] Add facebook/webdriver dependency [ticket/12962] Fix whitespace characters [ticket/12962] Run tests for all databases on Travis [ticket/12962] Force language=en for UI tests installation [ticket/12962] Dump server output to /dev/null [ticket/12962] Start phantomjs on travis in background [ticket/12962] Mark test skipped when phantom server not running [ticket/12962] Add setup-phantomjs-server.sh [ticket/12962] Run UI tests on Travis-mysql [ticket/12962] Add UI tests to phpunit.xml.dist [ticket/12962] Add quick-links JS test [ticket/12962] Add initial class for ui_testing
| | * | [ticket/12962] Add facebook/webdriver dependencyDhruv2014-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
| | * | [ticket/12962] Fix whitespace charactersDhruv2014-09-211-16/+16
| | | | | | | | | | | | | | | | PHPBB3-12962
| | * | [ticket/12962] Force language=en for UI tests installationDhruv2014-09-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12962