mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-14 15:28:52 +00:00
[ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)
PHPBB3-11413
This commit is contained in:
parent
5edae8af1f
commit
77147b53c1
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @package testing
|
|
||||||
* @copyright (c) 2013 phpBB Group
|
|
||||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
class phpbb_mock_sql_insert_buffer extends phpbb_db_sql_insert_buffer
|
|
||||||
{
|
|
||||||
public function flush()
|
|
||||||
{
|
|
||||||
return (sizeof($this->buffer)) ? true : false;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function get_buffer()
|
|
||||||
{
|
|
||||||
return $this->buffer;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue