aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15938] Update classes in backupStaticAttributesBlacklistMarc Alexander2019-05-091-4/+4
| | | | PHPBB3-15938
* [ticket/14948] Use new namespaced classes when generating mssql schemaMarc Alexander2019-05-091-5/+5
| | | | PHPBB3-14948
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+5
| | | | PHPBB3-14948
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-0/+77
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Add comments explaining overriden createXMLDataSet()Marc Alexander2018-01-011-0/+14
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-7/+23
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Handle default identity column on mssql in database testsMarc Alexander2018-01-011-0/+47
| | | | | | | | 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-1/+1
| | | | PHPBB3-14739
* [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-1/+4
| | | | PHPBB3-10748
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
| | | | PHPBB3-13421
* [ticket/13161] Check whether the schema exists, before deleting itJoas Schilling2014-10-101-1/+5
| | | | PHPBB3-13161
* [ticket/13161] Avoid problems when running tests with different migrationsJoas Schilling2014-10-101-21/+15
| | | | PHPBB3-13161
* [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-071-23/+22
| | | | PHPBB3-13137
* [ticket/12963] Always use core_path and core_directory()Joas Schilling2014-09-181-2/+1
| | | | PHPBB3-12963
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-9/+0
| | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* [ticket/12963] Fix the migration's finder for the tests (path, new instance)Tristan Darricau2014-09-181-2/+4
| | | | PHPBB3-12963
* [ticket/12963] Correctly load migration files from migration/ in tests as wellJoas Schilling2014-09-171-1/+8
| | | | PHPBB3-12963
* [ticket/12747] Remove some methods which are not used anymoreJoas Schilling2014-06-221-12/+0
| | | | PHPBB3-12747
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-19/+0
| | | | PHPBB3-12747
* [ticket/12697] Delete cached extension schema.json files after testingMatt Friedman2014-06-121-0/+1
| | | | PHPBB3-12697
* [ticket/12483] Remove unused globalsJoas Schilling2014-06-101-2/+0
| | | | PHPBB3-12483
* [ticket/12483] Fix finder usage when generating the schema.json fileJoas Schilling2014-06-101-4/+3
| | | | PHPBB3-12483
* [ticket/12483] Use file_put_contents()Joas Schilling2014-06-101-3/+1
| | | | PHPBB3-12483
* [ticket/12483] Require the extension manager classJoas Schilling2014-06-101-0/+2
| | | | PHPBB3-12483
* [ticket/12483] Move schema files into tmp/ and only copy them when neededJoas Schilling2014-06-101-22/+30
| | | | PHPBB3-12483
* [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-101-0/+54
| | | | PHPBB3-12483
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11459] Correctly set up the database from schema in unit testsJoas Schilling2014-03-291-1/+1
| | | | PHPBB3-11459
* [ticket/11700] travis has hardcoded driver class names without namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-111-0/+15
|\ | | | | | | | | | | * 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] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
| | | | | | | | PHPBB3-11601
* | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathaniel Guse2013-06-061-0/+20
|\ \ | |/ | | | | | | | | | | # By Joas Schilling # Via Joas Schilling (1) and Nils Adermann (1) * remotes/upstream/develop-olympus: [ticket/11590] Close database connections when tearDown() is called
| * [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
| | | | | | | | PHPBB3-11590
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-1/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * \ Merge PR #1101 branch 'develop-olympus' into developOleg Pudeyev2012-12-061-1/+19
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11219] Coding guidelines and naming consistency changes [ticket/11219] Only update sequences that are affected by a fixture [ticket/11219] Recreate Oracle sequences instead of altering them [ticket/11219] Add unit test for inserting into a sequence column [ticket/11219] Update sequence values after loading fixtures
| | * [ticket/11219] Only update sequences that are affected by a fixturePatrick Webster2012-12-011-5/+13
| | | | | | | | | | | | PHPBB3-11219
| | * [ticket/11219] Update sequence values after loading fixturesPatrick Webster2012-11-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | [ticket/11174] Move assertion definition to base class.Oleg Pudeyev2012-11-271-0/+16
| |/ | | | | | | PHPBB3-11174
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-3/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
| | | | | | | | PHPBB3-11159
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-4/+3
|/ | | | | | | | 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
* [ticket/10678] Typo and formattingPatrick Webster2012-05-131-5/+5
| | | | PHPBB3-10678
* [ticket/10678] More formatting and docblocksPatrick Webster2012-05-081-1/+9
| | | | PHPBB3-10678
* [ticket/10678] Fix formattingPatrick Webster2012-05-081-1/+1
| | | | PHPBB3-10678
* [ticket/10678] Add better support for Firebird, Oracle, and MSSQLPatrick Webster2012-05-081-0/+27
| | | | | | | | | 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
* [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-201-37/+5
| | | | PHPBB3-10492
* [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
| | | | PHPBB3-9916