aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/sql_insert_buffer_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-4/+4
| | | | PHPBB3-12446
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11700] Fix dbal tests after config namespace mishapNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11469] Add more table status assertions.Andreas Fischer2013-03-281-0/+2
| | | | PHPBB3-11469
* [ticket/11469] Remove comments. Method names should be good enough now.Andreas Fischer2013-03-281-27/+0
| | | | PHPBB3-11469
* [ticket/11469] Do not repeat markTestSkipped() message.Andreas Fischer2013-03-281-12/+11
| | | | PHPBB3-11469
* [ticket/11469] Refactor get_three_rows() into get_rows($n).Andreas Fischer2013-03-281-8/+9
| | | | PHPBB3-11469
* [ticket/11469] Fix spacing in getDataSet().Andreas Fischer2013-03-281-1/+1
| | | | PHPBB3-11469
* [ticket/11469] Do not repeat assert_config_count(2). Also move to setUp().Andreas Fischer2013-03-281-12/+1
| | | | PHPBB3-11469
* [ticket/11469] Use setUp() to setup DB and a buffer with size 2.Andreas Fischer2013-03-281-57/+47
| | | | PHPBB3-11469
* [ticket/11469] Do not repeat row generation.Andreas Fischer2013-03-281-45/+18
| | | | PHPBB3-11469
* [ticket/11469] Do not repeat array with three rows.Andreas Fischer2013-03-281-34/+23
| | | | PHPBB3-11469
* [ticket/11469] Move protected method to end of test file.Andreas Fischer2013-03-281-9/+9
| | | | PHPBB3-11469
* [ticket/11469] Check return values of the functionsJoas Schilling2013-03-271-19/+19
| | | | PHPBB3-11469
* [ticket/11469] Split tests and skip multi_insert if unavailableJoas Schilling2013-03-271-44/+95
| | | | PHPBB3-11469
* [ticket/11469] Use method to check config count, instead of repeating itJoas Schilling2013-03-271-45/+18
| | | | PHPBB3-11469
* [ticket/11469] Add some basic unit tests for phpbb_db_sql_insert_bufferJoas Schilling2013-03-271-0/+176
PHPBB3-11469