aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12818] Add testsTristan Darricau2014-07-071-0/+16
| | | | PHPBB3-12818
* 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
| * | | | | [ticket/12334] Add get_profile_value_raw unit test for type_stringShitiz Garg2014-06-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add get_profile_value_raw unit test for type_urlShitiz Garg2014-06-241-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Add get_profile_value_raw unit tests for type_intShitiz Garg2014-06-241-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Removed testsPayBas2014-06-241-52/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be implemented in #2459 PHPBB3-12334
| * | | | | [ticket/12334] Dropdowns cannot be tested this wayPayBas2014-06-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | [ticket/12334] Added test get_profile_value_rawPayBas2014-06-241-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
* | | | | | Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-291-3/+43
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12777] Rename extension status functions and add is_configured() * Nicofuma/ticket/12777: [ticket/12777] Add tests for unavailable extension [ticket/12777] Add tests [ticket/12777] Add is_purged() [ticket/12777] Update doc block of is_configured() [ticket/12777] Rename extension status functions and add is_configured()
| * | | | | [ticket/12777] Add tests for unavailable extensionTristan Darricau2014-06-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12777
| * | | | | [ticket/12777] Add testsTristan Darricau2014-06-271-3/+38
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-12777
* | | | | Merge pull request #2598 from Nicofuma/ticket/12716Joas Schilling2014-06-273-0/+47
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12716] Add the missing parameters in the call of clearToken * Nicofuma/ticket/12716: [ticket/12716] Use a string as session_id [ticket/12716] Add regression test [ticket/12716] Add the missing parameters in the call of clearToken
| * | | | [ticket/12716] Use a string as session_idTristan Darricau2014-06-232-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12716
| * | | | [ticket/12716] Add regression testTristan Darricau2014-06-193-0/+47
| | | | | | | | | | | | | | | | | | | | PHPBB3-12716
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/12099' into develop-ascraeusMarc Alexander2014-06-262-16/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12099: [ticket/12099] Fix correction in path_helper test [ticket/12099] Prepend ./ to path to fix assets [ticket/12099] Deduplicate path generation [ticket/12099] Fix clean_path() ".." stripping when previous directory was "." [ticket/12099] Break clean_path tests with a simple test [ticket/12099] Clean paths in tests [ticket/12099] Correctly fix go back to root before prepending the root path [ticket/12099] Clean some paths before using them [ticket/12099] Fix several issues in path_helper test
| * | | | [ticket/12099] Fix correction in path_helper testJoas Schilling2014-06-101-7/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
| * | | | [ticket/12099] Break clean_path tests with a simple testJoas Schilling2014-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
| * | | | [ticket/12099] Clean paths in testsJoas Schilling2014-05-291-14/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
| * | | | [ticket/12099] Fix several issues in path_helper testJoas Schilling2014-05-291-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12099
* | | | | [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-251-0/+2
| |_|/ / |/| | | | | | | | | | | PHPBB3-12766
* | | | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-6/+9
| | | | | | | | | | | | | | | | PHPBB3-12763
* | | | Merge pull request #2587 from dhruvgoel92/ticket/11528Andreas Fischer2014-06-237-158/+216
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11528] Refactor install_board( ) into a new mink class * dhruvgoel92/ticket/11528: [ticket/11528] Change click_submit() to accept id as param [ticket/11528] Handle case when config file cant be written by installer [ticket/11528] Change NULL to null [ticket/11528] Fix spaces and slashes as per guidelines [ticket/11528] Add asserts in installation steps [ticket/11528] Use 'use' keyword to import classes to current scope [ticket/11528] Move parent::tearDown() to end of tearDown() [ticket/11528] Call parent::tearDown in overrided tearDown method [ticket/11528] Instantiate $client, $driver from functional test case [ticket/11528] Refactor install_board() code into a new class [ticket/11528] Add behat/mink and mink-goutte-driver as dependency
| * | | | [ticket/11528] Change click_submit() to accept id as paramDhruv2014-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528
| * | | | [ticket/11528] Handle case when config file cant be written by installerDhruv2014-06-231-1/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528
| * | | | [ticket/11528] Change NULL to nullDhruv2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528
| * | | | [ticket/11528] Fix spaces and slashes as per guidelinesDhruv2014-06-232-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528
| * | | | [ticket/11528] Add asserts in installation stepsDhruv2014-06-231-1/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528
| * | | | [ticket/11528] Use 'use' keyword to import classes to current scopeDhruv2014-06-231-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11528