aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-37/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are now using a regex with preg_match() in order to properly check if the entered color value is in hex color format or not. A proper error message is triggered if an incorrect color value is entered and the prepended '#' is removed if necessary. PHPBB3-11538
| * | | [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+61
| | |/ | |/| | | | | | | | | | | | | | | | In order to prevent future issues with this, a basic set of functional tests for the UCP groups manage page have been added. PHPBB3-11538
* | | Merge remote-tracking branch 'remotes/blitze/ticket/11458' into developNathaniel Guse2013-05-182-0/+124
|\ \ \
| * | | [ticket/11458] Update functional testOpenShift guest2013-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Show that the phpbb permission lanuage file is being included PHPBB3-11458
| * | | [ticket/11458] Use helper to create/move/delete directories/filesOpenShift guest2013-05-091-24/+27
| | | | | | | | | | | | | | | | PHPBB3-11458
| * | | [ticket/11458] Fix functional test againOpenShift guest2013-04-141-20/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'u_foo' to phpbb_acl_options Make sure extension and fixtures are added before running test PHPBB3-11458
| * | | [ticket/11458] Fix testOpenShift guest2013-04-131-1/+8
| | | | | | | | | | | | | | | | PHPBB-11458
| * | | [ticket/11458] Add functional testOpenShift guest2013-04-132-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458
* | | | Merge remote-tracking branch 'remotes/cyberalien/ticket/11533' into developNathan Guse2013-05-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/11533: [ticket/11533] Update unit tests [ticket/11533] Fix colspan and unnecessary tables [ticket/11533] Change list to table for notification settings [ticket/11533] Columns counter for notification settings
| * | | | [ticket/11533] Update unit testsVjacheslav Trushkin2013-05-111-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Update notification settings functional unit test for new layout PHPBB3-11533
* | | | [ticket/11465] Increase count of disabled extensions to 5 in functional testMarc Alexander2013-05-121-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | The ACP function test checks the amount of disabled extensions. Due to the added disabled extension for the tests of the acp_modules method get_module_infos(), this needed to be increased from 4 to 5. PHPBB3-11465
* | | Merge PR #1209 branch 'dhruvgoel92/ticket/10325' into developOleg Pudeyev2013-05-081-0/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Dhruv # Via Dhruv * dhruvgoel92/ticket/10325: [ticket/10325] move migration into a new file [ticket/10325] fix acp language [ticket/10325] use assert_response_success parts [ticket/10325] fix language in acp and ucp [ticket/10325] add assert_response_success in test [ticket/10325] functional tests for forgot password functionality [ticket/10325] add logout function in functional_test_case [ticket/10325] fix language in acp and ucp [ticket/10325] improve acp option language [ticket/10325] fix language key [ticket/10325] fix language variable [ticket/10325] change language var [ticket/10325] fix language [ticket/10325] add new config value to database [ticket/10325] trigger error if forgot password option disabled [ticket/10325] add allow forgot password option in acp
| * | | [ticket/10325] use assert_response_success partsDhruv2013-04-301-1/+5
| | | | | | | | | | | | | | | | PHPBB3-10325
| * | | [ticket/10325] add assert_response_success in testDhruv2013-04-301-1/+3
| | | | | | | | | | | | | | | | PHPBB3-10325
| * | | [ticket/10325] functional tests for forgot password functionalityDhruv2013-04-251-0/+45
| | | | | | | | | | | | | | | | PHPBB3-10325
* | | | [ticket/11450] Limit scopes of filters and add better docsJoas Schilling2013-05-081-11/+11
| | | | | | | | | | | | | | | | PHPBB3-11450
* | | | [ticket/11450] Use helpers to copy/remove filesJoas Schilling2013-05-081-23/+21
| | | | | | | | | | | | | | | | PHPBB3-11450
* | | | [ticket/11450] Add new line at end of fileJoas Schilling2013-05-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11450
* | | | [ticket/11450] Add test for unexisting composer.jsonJoas Schilling2013-05-081-1/+10
| | | | | | | | | | | | | | | | PHPBB3-11450
* | | | [ticket/11450] Test the extensions details page in ACP Customise TabJoas Schilling2013-05-082-0/+127
|/ / / | | | | | | | | | PHPBB3-11450
* | | Merge remote-tracking branch 'nickvergessen/ticket/11491' into developAndreas Fischer2013-04-151-0/+219
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11491: [ticket/11491] Copy files back only if we saved them previously [ticket/11491] Only copy files from phpBB/ext/ the directory exists [ticket/11491] Correctly remove the store/temp_ext/ directory after use [ticket/11491] Fix path to the ext/ folder [ticket/11491] Add extension_acp_test.php to functional group [ticket/11491] Fix class name of functional test [ticket/11491] Move file to correct directory
| * | | [ticket/11491] Copy files back only if we saved them previouslyJoas Schilling2013-04-121-3/+9
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Only copy files from phpBB/ext/ the directory existsJoas Schilling2013-04-121-4/+9
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Correctly remove the store/temp_ext/ directory after useJoas Schilling2013-04-121-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Fix path to the ext/ folderJoas Schilling2013-04-121-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Add extension_acp_test.php to functional groupJoas Schilling2013-04-121-0/+3
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Fix class name of functional testJoas Schilling2013-04-121-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11491
| * | | [ticket/11491] Move file to correct directoryJoas Schilling2013-04-121-0/+205
| | | | | | | | | | | | | | | | PHPBB3-11491
* | | | [ticket/11494] Filter crawler in first placeJoas Schilling2013-04-151-23/+18
| | | | | | | | | | | | | | | | PHPBB3-11494
* | | | [ticket/11494] Use functions instead of repeatingJoas Schilling2013-04-131-19/+29
| | | | | | | | | | | | | | | | PHPBB3-11494
* | | | [ticket/11494] Fix memberlist leaders functional testsJoas Schilling2013-04-111-8/+24
|/ / / | | | | | | | | | | | | | | | The scope of the crawler should be reduced to the specific table PHPBB3-11494
* | | [ticket/11492] Fix the test once moreJoas Schilling2013-04-111-7/+1
| | | | | | | | | | | | PHPBB3-11492
* | | [ticket/11492] Split into mutliple testsJoas Schilling2013-04-111-6/+16
| | | | | | | | | | | | PHPBB3-11492
* | | [ticket/11492] Do not add the user againJoas Schilling2013-04-111-1/+0
| | | | | | | | | | | | PHPBB3-11492
* | | [ticket/11492] Add tests for removing/adding usersJoas Schilling2013-04-111-0/+23
| | | | | | | | | | | | PHPBB3-11492
* | | [ticket/11492] Add functional test for empty teampageJoas Schilling2013-04-111-0/+9
| | | | | | | | | | | | PHPBB3-11492
* | | [ticket/11460] Add default behaviour tests for notification and email types.Andreas Fischer2013-03-241-2/+12
| | | | | | | | | | | | PHPBB3-11460
* | | [ticket/11460] Add test for whether post_email and topic_email are checked.Andreas Fischer2013-03-221-0/+46
|/ / | | | | | | PHPBB3-11460
* | Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-252-0/+139
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10758: [ticket/10758] Add return to the other compat function. [ticket/10758] Add periods. [ticket/10758] Yes, only one empty line. [ticket/10758] Add deprecated tags. [ticket/10758] Add compat functions. [ticket/10758] Admin is not working yet. [ticket/10758] Test moderator and admin permissions. [ticket/10758] Check that acl was changed in the test. [ticket/10758] Extract obtain_user_data for the benefit of tests. [ticket/10758] Functional test for changing a user's permission. [ticket/10758] Spelling fix. [ticket/10758] Add a test for acp login. [ticket/10758] Dependency inject parameters into update_foes. [ticket/10758] Dependency inject parameters into cache_moderators.
| * | [ticket/10758] Admin is not working yet.Oleg Pudeyev2012-12-191-0/+2
| | | | | | | | | | | | PHPBB3-10758
| * | [ticket/10758] Test moderator and admin permissions.Oleg Pudeyev2012-12-191-5/+60
| | | | | | | | | | | | PHPBB3-10758
| * | [ticket/10758] Check that acl was changed in the test.Oleg Pudeyev2012-12-191-1/+19
| | | | | | | | | | | | PHPBB3-10758
| * | [ticket/10758] Functional test for changing a user's permission.Oleg Pudeyev2012-12-151-0/+53
| | | | | | | | | | | | PHPBB3-10758
| * | [ticket/10758] Add a test for acp login.Oleg Pudeyev2012-12-151-0/+11
| | | | | | | | | | | | PHPBB3-10758
* | | [ticket/10758-upload] Mark tests that don't work incomplete.Oleg Pudeyev2012-12-211-0/+2
| | | | | | | | | | | | PHPBB3-10758
* | | [ticket/10758-upload] Convert error to a failure.Oleg Pudeyev2012-12-201-1/+1
| | | | | | | | | | | | PHPBB3-10758
* | | Merge PR #1140 branch 'develop-olympus' into developOleg Pudeyev2012-12-161-56/+93
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8610] Update comment [ticket/8610] Do not use requests to submit posts except in posting_test.php [ticket/8610] Move posting helpers to separate file [ticket/8610] Create helper functions to create topic/post in functional tests [ticket/8610] Use phpbb_update_rows_avoiding_duplicates [ticket/8610] Revert some funky merging I did from rebase [ticket/8610] Add some comments [ticket/8610] Update Bookmarks and Subscriptions when splitting topics [ticket/8610] Update Bookmarks when merging posts into another topic [ticket/8610] Update Bookmarks when forking topics [ticket/8610] Update Bookmarks when merging topics
| * [ticket/8610] Do not use requests to submit posts except in posting_test.phpNathan Guse2012-12-151-6/+106
| | | | | | | | | | | | | | | | Moving my functional test functions from posting_helpers.php to posting_test.php since it is a bit nicer and more reusable if posting_test.php is to be expanded in the future. PHPBB3-8610
| * [ticket/8610] Move posting helpers to separate fileNathan Guse2012-12-131-2/+6
| | | | | | | | | | | | This is to prevent cluttering up the functional test case class more PHPBB3-8610
| * [ticket/8610] Create helper functions to create topic/post in functional testsNathan Guse2012-12-131-78/+11
| | | | | | | | | | | | | | | | This will be used to test splitting/copying/merging/etc in functional tests Also convert functional posting_test.php to use these functions PHPBB3-8610