aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12844] Don't clear $dbpasswd early in connection managerTristan Darricau2014-07-131-1/+0
| | | | PHPBB3-12844
* Merge pull request #2701 from Nicofuma/ticket/12818Andreas Fischer2014-07-111-0/+16
|\ | | | | | | | | | | | | | | | | | | [ticket/12818] Deleting a log entry in MCP produces a General error * Nicofuma/ticket/12818: [ticket/12818] Use assertGreaterThanOrEqual in the tests [ticket/12818] Don't use the id for i= [ticket/12818] Add tests [ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
| * [ticket/12818] Use assertGreaterThanOrEqual in the testsTristan Darricau2014-07-091-1/+1
| | | | | | | | PHPBB3-12818
| * [ticket/12818] Don't use the id for i=Tristan Darricau2014-07-071-1/+1
| | | | | | | | PHPBB3-12818
| * [ticket/12818] Add testsTristan Darricau2014-07-071-0/+16
| | | | | | | | PHPBB3-12818
* | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-1112-39/+219
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12775] Replace functions_container with a container_builder class. * Nicofuma/ticket/12775: (34 commits) [ticket/12775] Set dbal.conn.driver as synthetic during installation [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml [ticket/12775] Inject the connection when created in the container [ticket/12775] Extract the vars later in install/install_update.php [ticket/12775] Rename config_php_handler to config_php_file container_builder [ticket/12775] Set defined_vars as a property of config_php_file [ticket/12775] Fix doc blocks in the container builder [ticket/12775] Remove useless includes of config.php [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class [ticket/12775] Fix comments [ticket/12775] Update doc blocks [ticket/12775] Fix container_builder [ticket/12775] Rename config_php to config_php_file [ticket/12775] Renamed to \phpbb\di\container_builder [ticket/12775] Remove the last include of functions_container [ticket/12775] Fix unit tests [ticket/12775] Add tests for \phpbb\config_php [ticket/12775] Add tests for the container factory [ticket/12775] Use a field instead of a local var in load_config_var() [ticket/12775] Update container and config in install/ ...
| * | [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.ymlTristan Darricau2014-07-072-6/+16
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-072-14/+9
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Fix container_builderTristan Darricau2014-07-072-2/+2
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-072-4/+4
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-072-18/+18
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Fix unit testsTristan Darricau2014-07-072-2/+2
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Add tests for \phpbb\config_phpTristan Darricau2014-07-073-0/+36
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Add tests for the container factoryTristan Darricau2014-07-077-28/+164
| | | | | | | | | | | | PHPBB3-12775
| * | [ticket/12775] Skip the tests related to the containerTristan Darricau2014-07-071-0/+3
| |/ | | | | | | PHPBB3-12775
* | Merge remote-tracking branch 'nickvergessen/ticket/12834' into develop-ascraeusMarc Alexander2014-07-081-5/+9
|\ \
| * | [ticket/12834] Correctly match directories in session pageJoas Schilling2014-07-081-1/+1
| | | | | | | | | | | | | | | | | | Also clean path before working with it PHPBB3-12834
| * | [ticket/12834] Fix tests to match what we want to haveJoas Schilling2014-07-081-4/+8
| |/ | | | | | | PHPBB3-12834
* | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-0811-1/+71
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * | [ticket/12787] Updates phpbb_mock_controller_helperTristan Darricau2014-07-081-0/+5
| | | | | | | | | | | | PHPBB3-12787
| * | [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer()Joas Schilling2014-06-291-0/+54
| | | | | | | | | | | | PHPBB3-12099
| * | [ticket/12099] Remove config againJoas Schilling2014-06-2910-11/+2
| | | | | | | | | | | | PHPBB3-12099
| * | [ticket/12099] Add request argument to path_helper servicePico882014-06-299-0/+20
| | | | | | | | | | | | PHPBB3-12099
* | | [ticket/12812] Remove unused global $db from testsMatt Friedman2014-07-071-3/+1
| | | | | | | | | | | | PHPBB3-12812
* | | [ticket/12812] Improve migrator config_text tool testsMatt Friedman2014-07-061-2/+2
| | | | | | | | | | | | PHPBB3-12812
* | | [ticket/12812] Improve migrator config_text tool testsMatt Friedman2014-07-051-3/+1
| | | | | | | | | | | | PHPBB3-12812
* | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-052-0/+86
| |/ |/| | | | | PHPBB3-12812
* | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-043-7/+7
|\ \ | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-263-7/+7
| | | | | | | | | | | | PHPBB3-12446
* | | [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-046-64/+41
| | | | | | | | | | | | PHPBB3-12013
* | | Merge remote-tracking branch 'PayBas/ticket/12662' into develop-ascraeusCesar G2014-07-034-28/+28
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12662: (29 commits) [ticket/12662] Hide quick-links when empty [ticket/12662] Fix white-space issue to make dropdowns uniform [ticket/12662] Remove last remaining linklist outside navbars [ticket/12662] Use data-last-responsive attr instead of hardcoded list [ticket/12662] Remove <li> container from logged_out_content event [ticket/12662] Username <span> fix for list columns [ticket/12662] Fix notifications dropdown positioning for RTL [ticket/12662] Update tests that utilize get_username_string [ticket/12662] Update subsilver2 index template event names [ticket/12662] Update events docs from b5 to rc1/rc2 [ticket/12662] Move dropdown container from <li> to new inner div [ticket/12662] Remove linklist container and update template events [ticket/12662] Add span containers to all usernames for consistency [ticket/12662] IE8 fixes [ticket/12662] Fix responsive positioning of notifications dropdown [ticket/12662] Remove inherited props from ddown-extendended [ticket/12662] Change CSS selectors to direct descendants for linklist [ticket/12662] Reorder icon CSS rules alphabetically [ticket/12662] Use slack variable to determine line-break sensitivity [ticket/12662] Change new event names and fix events.md ...
| * | | [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-254-28/+28
| | | | | | | | | | | | | | | | PHPBB3-12662
* | | | Merge pull request #2673 from nickvergessen/ticket/12783Tristan Darricau2014-07-036-230/+134
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files * nickvergessen/ticket/12783: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra
| * | | | [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-026-6/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-12783
| * | | | [ticket/12783] Correctly use dataProviders and mark tests as incompleteJoas Schilling2014-06-281-226/+104
| | | | | | | | | | | | | | | | | | | | PHPBB3-12783
| * | | | [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-286-15/+29
| | |_|/ | |/| | | | | | | | | | PHPBB3-12783
* | | | Merge pull request #2670 from Nicofuma/ticket/12781Joas Schilling2014-07-032-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12781] Template regex for IF catch too many things * Nicofuma/ticket/12781: [ticket/12781] Add tests [ticket/12781] Template regex for IF catch too many things
| * | | | [ticket/12781] Add testsTristan Darricau2014-06-272-0/+8
| | |_|/ | |/| | | | | | | | | | PHPBB3-12781
* | | | Merge pull request #2578 from marc1706/ticket/9801Joas Schilling2014-07-031-0/+42
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9801] Allow display of page outside board directory on viewonline * marc1706/ticket/9801: [ticket/9801] Use empty instead of sizeof [ticket/9801] Remove spaces before * in docblock [ticket/9801] Add viewonline_helper service to allow proper testing [ticket/9801] Allow display of page outside board directory on viewonline
| * | | | [ticket/9801] Add viewonline_helper service to allow proper testingMarc Alexander2014-06-241-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The viewonline_helper service can and will be extended in the future which will allow us to also test the viewonline page better. PHPBB3-9801
* | | | | Merge pull request #2647 from Dragooon/ticket/12334Joas Schilling2014-07-036-4/+280
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12334] Add PROFILE_FIELD_VALUE_RAW template var * Dragooon/ticket/12334: [ticket/12334] Remove profile fields test group [ticket/12334] Add additional test for type_string [ticket/12334] Add string test for type_int [ticket/12334] Improve type_dropdown's test description [ticket/12334] Group profile fields test [ticket/12334] Change get_profile_value_raw_data to profile_value_raw_data [ticket/12334] Add get_profile_value_raw unit test for type_bool [ticket/12334] Add get_profile_value_raw unit test for type_date [ticket/12334] Add get_profile_value_raw unit tests for type_dropdown [ticket/12334] Add get_profile_value_raw unit test for type_string [ticket/12334] Add get_profile_value_raw unit test for type_url [ticket/12334] Add get_profile_value_raw unit tests for type_int [ticket/12334] Removed tests [ticket/12334] Dropdowns cannot be tested this way [ticket/12334] Added test get_profile_value_raw [ticket/12334] Changed from valueid to value_raw [ticket/12334] Implemented get_profile_valueid method [ticket/12334] Added field_novalue fall-back as requested [ticket/12334] Add PROFILE_FIELD_VALUEID template var
| * | | | | [ticket/12334] Remove profile fields test groupShitiz Garg2014-06-277-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add additional test for type_stringShitiz Garg2014-06-271-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add string test for type_intShitiz Garg2014-06-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Improve type_dropdown's test descriptionShitiz Garg2014-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Group profile fields testShitiz Garg2014-06-277-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Change get_profile_value_raw_data to profile_value_raw_dataShitiz Garg2014-06-276-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add get_profile_value_raw unit test for type_boolShitiz Garg2014-06-241-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add get_profile_value_raw unit test for type_dateShitiz Garg2014-06-241-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add get_profile_value_raw unit tests for type_dropdownShitiz Garg2014-06-241-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334