mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10887] Add spaces.
PHPBB3-10887
This commit is contained in:
parent
1019226dfa
commit
b5b65c214d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class phpbb_dbal_auto_increment_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');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
|
|
Loading…
Add table
Reference in a new issue