From 259a171067b39b69a189eb96f0e8afadab385cd3 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 5 May 2024 11:19:52 +0200 Subject: [PATCH] apply StyleCI recommendation --- tst/ModelTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tst/ModelTest.php b/tst/ModelTest.php index 39f4486e..16f3fa6e 100644 --- a/tst/ModelTest.php +++ b/tst/ModelTest.php @@ -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,