aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_test_connection_manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-15/+1
| | | | PHPBB3-16051
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-0/+8
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Try using build matrixMarc Alexander2018-01-011-0/+8
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/ | | | PHPBB3-14972
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-14/+1
| | | | PHPBB3-14739
* Merge branch '3.1.x'Tristan Darricau2016-01-241-4/+11
|\ | | | | | | | | * 3.1.x: [ticket/14425] Allow setting unix socket in database tests
| * [ticket/14425] Allow setting unix socket in database testsMarc Alexander2016-01-211-4/+11
| | | | | | | | PHPBB3-14425
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-3/+5
| | | | | | | | PHPBB3-14044
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-2/+6
| | | | | | | | PHPBB3-10748
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
|/ | | | PHPBB3-13421
* [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-071-2/+17
| | | | PHPBB3-13137
* [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-6/+9
| | | | PHPBB3-12763
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-34/+1
| | | | PHPBB3-12747
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+22
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12012] Fix docs in connection managerJoas Schilling2014-04-201-1/+3
| | | | PHPBB3-12012
* [ticket/12012] Handle begin and commit transactions in testsJoas Schilling2014-04-171-1/+14
| | | | PHPBB3-12012
* [ticket/12282] Update new referencesJoas Schilling2014-04-011-1/+1
| | | | PHPBB3-12282
* [ticket/11459] Correctly set up the database from schema in unit testsJoas Schilling2014-03-291-3/+20
| | | | PHPBB3-11459
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11744] spellingNathaniel Guse2013-07-261-1/+1
| | | | | | | | PHPBB3-11744
* | [ticket/11700] Don't prefix dbms classnames with \Nils Adermann2013-09-161-37/+37
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-34/+34
|/ | | | PHPBB3-11700
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-3/+24
|\ | | | | | | | | | | * develop-olympus: [ticket/11601] Add protected method for database sync and call it [ticket/11601] Split post_setup_synchronisation logic from xml parsing
| * [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
| | | | | | | | PHPBB3-11601
* | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-0/+14
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.
| * [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
| | | | | | | | PHPBB3-11576
* | [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.Andreas Fischer2013-05-171-2/+2
| | | | | | | | PHPBB3-11547
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-171-0/+8
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/11542] Use Czech as example as it contains non-latin characters [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| * [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
| | | | | | | | PHPBB3-11547
* | [ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres.Andreas Fischer2013-01-251-2/+2
| | | | | | | | PHPBB3-11295
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-01-231-0/+23
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/11295] Drop tables rather than database for postgres in test suite. Conflicts: tests/test_framework/phpbb_database_test_connection_manager.php
| * [ticket/11295] Drop tables rather than database for postgres in test suite.Oleg Pudeyev2012-12-261-2/+25
| | | | | | | | | | | | | | | | | | | | Doing so allows: 1. User running the tests no longer needs create database privilege. 2. Test database may be located in a non-default tablespace and generally have site-specific options applied to it. PHPBB3-11295
* | [ticket/11268] Delete phpbb_db_driver_mysql4 as there is no such thing.Oleg Pudeyev2012-12-141-1/+0
| | | | | | | | PHPBB3-11268
* | [ticket/11015] Convert database drivers to new spelling in post setup sync.Oleg Pudeyev2012-12-131-2/+2
| | | | | | | | PHPBB3-11015
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+107
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * [ticket/11219] Coding guidelines and naming consistency changesPatrick Webster2012-12-051-11/+13
| | | | | | | | PHPBB3-11219
| * [ticket/11219] Only update sequences that are affected by a fixturePatrick Webster2012-12-011-31/+42
| | | | | | | | PHPBB3-11219
| * [ticket/11219] Recreate Oracle sequences instead of altering themPatrick Webster2012-11-201-53/+18
| | | | | | | | | | | | | | | | | | | | | | The previous method would always leave a gap between the last value and the new one due to how you have to update the sequence values. To remove gaps in all situations, the options are to alter the USER_SEQUENCES table or just drop the sequence and recreate it. The prior requires elevated priveleges and the latter can break attached objects. Since we don't attach objects to the sequences, we won't have any problems doing it for the tests. PHPBB3-11219
| * [ticket/11219] Update sequence values after loading fixturesPatrick Webster2012-11-181-0/+129
| | | | | | | | | | | | | | | | | | If a value is provide for an auto_increment type of column, certain DBMSes do not update their internal sequencers. If a row is inserted later, it can be given an ID that is already in use, resulting in an error. The database test cases now resynchronise the sequencers before the tests are run. PHPBB3-11219
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-161-6/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [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/11015] Fix connection manager db driver selectionIgor Wiedler2012-07-211-9/+9
| | | | | | | | PHPBB3-11015
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-22/+22
|/ | | | | | | | 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 remote-tracking branch 'github-noxwizard/ticket/10678' into ↵Nils Adermann2012-07-171-5/+105
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add port handling for MSSQL testsPatrick Webster2012-05-081-0/+7
| | | | | | | | PHPBB3-10678
| * [ticket/10678] Rename helper class filePatrick Webster2012-05-081-1/+1
| | | | | | | | PHPBB3-10678
| * [ticket/10678] Lowercase class name, adjust comment widthPatrick Webster2012-05-081-2/+2
| | | | | | | | PHPBB3-10678
| * [ticket/10678] More formatting and docblocksPatrick Webster2012-05-081-3/+3
| | | | | | | | PHPBB3-10678