aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/11174] Move assertion definition to base class.Oleg Pudeyev2012-11-271-0/+16
| | | | | | | | | | | | PHPBB3-11174
* | | [ticket/11015] Fix functional test case.Oleg Pudeyev2012-12-041-1/+1
| | | | | | | | | | | | PHPBB3-11015
* | | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-171-18/+2
| | | | | | | | | | | | PHPBB3-11015
* | | [ticket/11015] Allow full dbms class name in tests/test_config.phpIgor Wiedler2012-11-161-2/+18
| | | | | | | | | | | | PHPBB3-11015
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-162-17/+27
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (22 commits) [ticket/11206] Remove includes to non-existent files from download/file.php [ticket/11205] Fix merge conflict in readme.html. [ticket/11202] Check response success before content assertions. [ticket/11204] Reindent. [ticket/11198] Remove additional asterix as /** is doc-block only [ticket/11200] Add a reminder comment. [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success. [ticket/11200] Make cache available during container construction [ticket/11199] Match cache purge container files against container_* [ticket/11199] Purge dumped container correctly on cache purge. [ticket/11199] Revert merge of 'marc1706/ticket/11199' into develop [ticket/11199] Cache purge does not remove dumped container [ticket/11198] Store the swapping partners in vars and simplify the logic [ticket/11198] Correctly set links after an item is moved up/down with AJAX [ticket/11197] Prefix the css classes for the small arrow with "arrow" [ticket/10879] Remove arrow icon from attachment link in editor [ticket/11195] Condense logic, remove improperly formatted if() [ticket/11190-develop] Functional tests purge cache before running. ... Conflicts: tests/test_framework/phpbb_database_test_connection_manager.php
| * | Merge PR #1060 branch 'develop-olympus' into developOleg Pudeyev2012-11-151-6/+0
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11186] Database unit tests fail on windows using sqlite2
| | * Merge PR #1060 branch 'nickvergessen/ticket/11186' into develop-olympusOleg Pudeyev2012-11-151-6/+0
| | |\ | | | | | | | | | | | | | | | | * nickvergessen/ticket/11186: [ticket/11186] Database unit tests fail on windows using sqlite2
| | | * [ticket/11186] Database unit tests fail on windows using sqlite2Joas Schilling2012-11-101-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is, that we try to recreate the db and reconnect to it, while the old connection is still hold. To resolve this, we just drop all tables and recreate the tables instead of the hole db. PHPBB3-11186
| * | | [ticket/11204] Reindent.Oleg Pudeyev2012-11-151-11/+11
| | | | | | | | | | | | | | | | PHPBB3-11204
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-151-0/+15
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success. Conflicts: tests/test_framework/phpbb_functional_test_case.php
| | * | Merge remote-tracking branch 'p/ticket/11202-olympus' into develop-olympusAndreas Fischer2012-11-151-1/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/11202-olympus: [ticket/11202] Custom message does not make sense here, delete it. [ticket/11202] Check response success before content assertions. [ticket/11202] Add a heuristic function to check for response success.
| | | * | [ticket/11202] Custom message does not make sense here, delete it.Oleg Pudeyev2012-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11202
| | | * | [ticket/11202] Add a heuristic function to check for response success.Oleg Pudeyev2012-11-151-1/+16
| | | |/ | | | | | | | | | | | | | | | | | | | | This tries to account for php sending fatal errors with 200 status code. PHPBB3-11202
| | * | [ticket/11190] Functional tests purge cache before running.Fyorl2012-11-111-0/+23
| | |/ | | | | | | | | | | | | | | | Added functions to get and purge cache to functional framework also. PHPBB3-11190
| * | [ticket/11190-develop] Functional tests purge cache before running.Fyorl2012-11-111-0/+1
| | | | | | | | | | | | PHPBB3-11190
* | | [tracker/11015] Prepend phpbb_db_driver_ for PHPBB_TEST_DBMSIgor Wiedler2012-11-161-1/+1
| | | | | | | | | | | | PHPBB3-11015
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-123-8/+168
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (666 commits) [ticket/11077] Remove code from old global announcements system [ticket/11189] Replace DEBUG_EXTRA with DEBUG [ticket/11189] Always log critical errors when in cron or in image output [ticket/11187] Added a blank array to fix errors in functional tests [ticket/10780] Make L_COLON available in the installer. [ticket/11183] Remove $load_extensions and weird dl() calls [ticket/10970] Added extra documentation to parse_dynamic_path. [ticket/10939] Added documentation for phpbb_request::file [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. ... Conflicts: phpBB/common.php phpBB/download/file.php phpBB/includes/db/dbal.php phpBB/includes/db/firebird.php phpBB/includes/db/mssql.php phpBB/includes/db/mssql_odbc.php phpBB/includes/db/mssqlnative.php phpBB/includes/db/mysql.php phpBB/includes/db/mysqli.php phpBB/includes/db/oracle.php phpBB/includes/db/postgres.php phpBB/includes/db/sqlite.php phpBB/includes/extension/manager.php phpBB/install/database_update.php
| * | Merge remote-tracking branch 'Fyorl/ticket/11187' into developAndreas Fischer2012-11-101-1/+1
| |\ \ | | | | | | | | | | | | | | | | * Fyorl/ticket/11187: [ticket/11187] Added a blank array to fix errors in functional tests
| | * | [ticket/11187] Added a blank array to fix errors in functional testsFyorl2012-11-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11187
| * | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-101-1/+1
| |/ / | | | | | | | | | PHPBB3-11183
| * | Merge remote-tracking branch 'github-phpbb/develop-olympus' into HEADNils Adermann2012-11-061-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11159] static public is the currently approved order. Conflicts: tests/dbal/select_test.php tests/dbal/write_test.php tests/request/request_var_test.php tests/security/extract_current_page_test.php tests/security/redirect_test.php tests/template/template_test.php tests/text_processing/make_clickable_test.php tests/utf/utf8_clean_string_test.php
| | * [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
| | | | | | | | | | | | PHPBB3-11159
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-011-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php
| | * \ Merge branch 'develop-olympus' into developNils Adermann2012-09-011-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [task/functional] Fixed DEBUG_TEST related issues [task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST [task/functional] Added posting tests (reply and new topic)
| | | * [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10758
| * | | [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-012-0/+162
| | | | | | | | | | | | | | | | PHPBB3-10631
| * | | [ticket/10631] Update testsNathan Guse2012-09-011-0/+1
| |/ / | | | | | | | | | PHPBB3-10631
| * | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-301-4/+2
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11034] Re-arranged install order to emulate real install
| | * [ticket/11034] Re-arranged install order to emulate real installFyorl2012-07-301-4/+2
| | | | | | | | | | | | PHPBB3-11034
* | | [ticket/11015] Fix connection manager db driver selectionIgor Wiedler2012-07-211-9/+9
| | | | | | | | | | | | PHPBB3-11015
* | | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-214-33/+28
|/ / | | | | | | | | | | | | | | PHPBB3-11015 This allows us to just create the object without having to include the driver first. However, it also means that users must specify the full class name in config.php
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-191-13/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10981] Added check for PHP version before running composer [ticket/10981] Modified travis to use composer with --dev [ticket/10981] Removed setupBeforeClass [ticket/10981] Modified functional framework to account for goutte changes [ticket/10981] Added goutte via composer Conflicts: .travis.yml composer.phar phpBB/composer.json phpBB/composer.lock tests/bootstrap.php
| * Merge remote-tracking branch 'Fyorl/ticket/10981' into develop-olympusAndreas Fischer2012-07-191-13/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/10981: [ticket/10981] Added check for PHP version before running composer [ticket/10981] Modified travis to use composer with --dev [ticket/10981] Removed setupBeforeClass [ticket/10981] Modified functional framework to account for goutte changes [ticket/10981] Added goutte via composer
| | * [ticket/10981] Removed setupBeforeClassFyorl2012-07-171-8/+0
| | | | | | | | | | | | PHPBB3-10981
| | * [ticket/10981] Modified functional framework to account for goutte changesFyorl2012-07-161-3/+6
| | | | | | | | | | | | PHPBB3-10981
| | * [ticket/10981] Added goutte via composerFyorl2012-07-161-2/+0
| | | | | | | | | | | | | | | | | | composer.phar added and autoloaded before tests PHPBB3-10981
* | | Merge branch 'develop-olympus' into developNils Adermann2012-07-174-6/+180
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10678] Typo and formatting [ticket/10678] Add port handling for MSSQL tests [ticket/10678] Move config changes to new location [ticket/10678] Rename helper class file [ticket/10678] Lowercase class name, adjust comment width [ticket/10678] More formatting and docblocks [ticket/10678] More formatting requests [ticket/10678] Fix formatting [ticket/10678] Add better support for Firebird, Oracle, and MSSQL
| * | Merge remote-tracking branch 'github-noxwizard/ticket/10678' into ↵Nils Adermann2012-07-174-6/+180
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-noxwizard/ticket/10678: [ticket/10678] Typo and formatting [ticket/10678] Add port handling for MSSQL tests [ticket/10678] Move config changes to new location [ticket/10678] Rename helper class file [ticket/10678] Lowercase class name, adjust comment width [ticket/10678] More formatting and docblocks [ticket/10678] More formatting requests [ticket/10678] Fix formatting [ticket/10678] Add better support for Firebird, Oracle, and MSSQL Conflicts: tests/RUNNING_TESTS.txt
| | * [ticket/10678] Typo and formattingPatrick Webster2012-05-132-6/+6
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Add port handling for MSSQL testsPatrick Webster2012-05-081-0/+7
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Move config changes to new locationPatrick Webster2012-05-081-1/+3
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Rename helper class filePatrick Webster2012-05-082-1/+1
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Lowercase class name, adjust comment widthPatrick Webster2012-05-082-3/+3
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] More formatting and docblocksPatrick Webster2012-05-082-4/+12
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] More formatting requestsPatrick Webster2012-05-082-8/+5
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Fix formattingPatrick Webster2012-05-083-7/+15
| | | | | | | | | | | | PHPBB3-10678
| | * [ticket/10678] Add better support for Firebird, Oracle, and MSSQLPatrick Webster2012-05-083-5/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allow ODBC connections for Firebird Capitalize fixture tables and columns for Firebird On database drop failure, drop all tables Provide cleanup utilities for databases that cannot be dropped PHPBB3-10678
* | | Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-071-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| * | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.11: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | * | [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10937