aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-096-3/+443
| | | | PHPBB3-9737
* [feature/migrations] Process migration steps and move to PHP5 codeNils Adermann2013-01-091-1/+8
|
* [feature/migrations] Standard vars for migrations and run sql with feedbackNils Adermann2013-01-091-1/+1
| | | | PHPBB3-9737
* [feature/migrations] Return schema changes in database update style arrayNils Adermann2013-01-091-1/+7
| | | | | | | Returning the set of schema changes allows potentially aggregating to generate the overall install schema automatically from a set of migrations PHPBB3-9737
* [feature/migrations] Store start and end time of migrationsNils Adermann2013-01-091-6/+27
| | | | PHPBB3-9737
* [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-094-0/+159
| | | | | | | | The migrator takes care of applying migrations as necessary. RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337 PHPBB3-9737
* [ticket/11305] Mock container for cache driver in functional create_user()Igor Wiedler2013-01-021-1/+9
| | | | | | | create_user has calls to fetch the cache driver from the container. This PR mocks the container and returns a null cache driver in that case. PHPBB3-11305
* Merge remote-tracking branch 'p/ticket/11037' into developAndreas Fischer2012-12-312-4/+6
|\ | | | | | | | | | | | | | | * p/ticket/11037: [ticket/11037] Fix unit tests. [ticket/11037] Update services.yml. [ticket/11037] Add/update docblocks. [ticket/11037] Eliminate globals from cache service.
| * [ticket/11037] Fix unit tests.Oleg Pudeyev2012-12-292-4/+6
| | | | | | | | PHPBB3-11037
* | [ticket/11294] Update required/optional extension list for develop.Oleg Pudeyev2012-12-271-0/+3
| | | | | | | | PHPBB3-11294
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-261-2/+19
|\ \ | | | | | | | | | | | | | | | * develop-olympus: [ticket/11294] Capitalize phpunit. [ticket/11294] Update required/optional extension list for olympus.
| * | [ticket/11294] Capitalize phpunit.Oleg Pudeyev2012-12-261-3/+3
| | | | | | | | | | | | PHPBB3-11294
| * | [ticket/11294] Update required/optional extension list for olympus.Oleg Pudeyev2012-12-251-1/+18
| | | | | | | | | | | | PHPBB3-11294
* | | Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-253-2/+143
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-152-2/+15
| | | | | | | | | | | | PHPBB3-10758
* | | Merge remote-tracking branch 'p/ticket/10758-upload' into developAndreas Fischer2012-12-222-1/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | * p/ticket/10758-upload: [ticket/10758-upload] Mark tests that don't work incomplete. [ticket/10758-upload] Convert error to a failure.
| * | | [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-202-1/+17
| | | | | | | | | | | | | | | | PHPBB3-10758
* | | | Merge remote-tracking branch 'p/ticket/11248' into developAndreas Fischer2012-12-221-54/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * p/ticket/11248: [ticket/11248] Convert line endings to LF - develop edition.
| * | | | [ticket/11248] Convert line endings to LF - develop edition.Oleg Pudeyev2012-12-071-54/+54
| | | | | | | | | | | | | | | | | | | | PHPBB3-11248
* | | | | Merge remote-tracking branch 'p/ticket/11037' into developAndreas Fischer2012-12-221-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11037: [ticket/11037] Eliminate global $db usage in cache drivers.
| * | | | | [ticket/11037] Eliminate global $db usage in cache drivers.Oleg Pudeyev2012-12-201-1/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The only time $db is needed in cache drivers is to navigate the result set in sql_save. Pass it as a parameter in that function. PHPBB3-11037
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-201-7/+18
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | * develop-olympus: [ticket/11285] Use more granularity in dependency checks in compress test
| * | | [ticket/11285] Use more granularity in dependency checks in compress testOleg Pudeyev2012-12-201-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | Some of the tests can be run without zlib or bz2 extensions present. PHPBB3-11285
* | | | Merge PR #1147 branch 'marc1706/ticket/10763' into developOleg Pudeyev2012-12-182-31/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/10763: [ticket/10763] Use self when calling get_extension() in filespec class [ticket/10763] Make functions for remote avatars static
| * | | | [ticket/10763] Make functions for remote avatars staticMarc Alexander2012-12-172-31/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileupload::image_types() and filespec::get_extension() are called statically while submitting the form for the remote avatar. Make them static as described in the ticket in order to prevent a PHP notice. Also change the tests to use the static functions. PHPBB3-10763
* | | | | 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-153-137/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-133-105/+137
| | | | | | | | | | | | | | | | | | | | | | | | 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-132-78/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | [ticket/11268] Delete phpbb_db_driver_mysql4 as there is no such thing.Oleg Pudeyev2012-12-141-1/+0
| | | | | | | | | | | | | | | | PHPBB3-11268
* | | | [ticket/11250] Use user defined message as incomplete messageJoas Schilling2012-12-141-3/+2
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Add tests for simple nesting and codeJoas Schilling2012-12-141-7/+44
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Run tests by default and add an option for incomplete onesJoas Schilling2012-12-141-1/+4
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Fix parsing result with special charsJoas Schilling2012-12-141-35/+40
| | | | | | | | | | | | | | | | | | | | | | | | : . and [ are replaced by their html representation if they are text only PHPBB3-11250
* | | | [ticket/11250] Add tests for size and attachmentJoas Schilling2012-12-141-0/+10
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Fix method namesJoas Schilling2012-12-141-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Add some comments and fix a descriptionJoas Schilling2012-12-141-6/+4
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Add some more tests for quotesJoas Schilling2012-12-141-0/+26
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-0/+26
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | [ticket/11250] Add parsing tests for our basic bbcodes in simple casesJoas Schilling2012-12-141-8/+140
| | | | | | | | | | | | | | | | PHPBB3-11250
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-144-0/+299
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: (22 commits) [ticket/11162] Reformat. [ticket/11162] Rename tricky updates to database helper. [ticket/11162] Use empty($queries). [ticket/11162] Review comments fixed. [ticket/11162] Reformat. [ticket/11162] Newlines to LF. [ticket/11162] Use correct functions. [ticket/11162] Account for notify_status. [ticket/11162] This test really only works for bookmarks. [ticket/11162] The test is not at all trivial. [ticket/11162] Add includes. [ticket/11162] Move to a separate file to avoid blowing out functions.php. [ticket/11162] No whitespace changes in olympus. [ticket/11162] Fix inaccurately copy pasted comment. [ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp. [ticket/11162] Clarify that only the two tables actually work. [ticket/11162] Uncomment transactions. [ticket/11162] An implementation that actually works. [ticket/11162] Make count function upper case. [ticket/11162] Rename count variable name to remaining_rows. ...
| * | | Merge remote-tracking branch 'p/ticket/11162' into develop-olympusAndreas Fischer2012-12-144-0/+299
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11162: (22 commits) [ticket/11162] Reformat. [ticket/11162] Rename tricky updates to database helper. [ticket/11162] Use empty($queries). [ticket/11162] Review comments fixed. [ticket/11162] Reformat. [ticket/11162] Newlines to LF. [ticket/11162] Use correct functions. [ticket/11162] Account for notify_status. [ticket/11162] This test really only works for bookmarks. [ticket/11162] The test is not at all trivial. [ticket/11162] Add includes. [ticket/11162] Move to a separate file to avoid blowing out functions.php. [ticket/11162] No whitespace changes in olympus. [ticket/11162] Fix inaccurately copy pasted comment. [ticket/11162] Use phpbb_update_rows_avoiding_duplicates in mcp. [ticket/11162] Clarify that only the two tables actually work. [ticket/11162] Uncomment transactions. [ticket/11162] An implementation that actually works. [ticket/11162] Make count function upper case. [ticket/11162] Rename count variable name to remaining_rows. ...
| | * | | [ticket/11162] Reformat.Oleg Pudeyev2012-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Rename tricky updates to database helper.Oleg Pudeyev2012-12-124-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162
| | * | | [ticket/11162] Review comments fixed.Oleg Pudeyev2012-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11162