mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/11469] Fix spacing in getDataSet().
PHPBB3-11469
This commit is contained in:
parent
c909d9602b
commit
eacd0f3e7d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class phpbb_dbal_sql_insert_buffer_test extends phpbb_database_test_case
|
||||||
|
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
{
|
{
|
||||||
return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/config.xml');
|
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/config.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_multi_insert_disabled_insert_and_flush()
|
public function test_multi_insert_disabled_insert_and_flush()
|
||||||
|
|
Loading…
Add table
Reference in a new issue