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