apply StyleCI recommendation

This commit is contained in:
El RIDO 2024-05-05 11:19:52 +02:00
parent a6058705a4
commit 259a171067
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -451,13 +451,13 @@ class ModelTest extends TestCase
public function testCommentWithDisabledVizhash()
{
$options = parse_ini_file(CONF, true);
$options = parse_ini_file(CONF, true);
$options['main']['discussiondatedisplay'] = 'false';
$options['main']['icon'] = 'none';
$options['model'] = array(
$options['main']['icon'] = 'none';
$options['model'] = array(
'class' => 'Database',
);
$options['model_options'] = array(
$options['model_options'] = array(
'dsn' => 'sqlite::memory:',
'usr' => null,
'pwd' => null,