From 919c4282245b611592046e0a540bb37e3ada411a Mon Sep 17 00:00:00 2001 From: arhimede Date: Sat, 1 Aug 2026 20:50:28 +0300 Subject: [PATCH] Delete config/autoload/local.test.php Signed-off-by: arhimede --- config/autoload/local.test.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config/autoload/local.test.php diff --git a/config/autoload/local.test.php b/config/autoload/local.test.php deleted file mode 100644 index 8f9543a..0000000 --- a/config/autoload/local.test.php +++ /dev/null @@ -1,21 +0,0 @@ - [ - 'connection' => [ - 'orm_default' => [ - 'params' => [ - 'url' => 'sqlite3:///:memory:', - ], - ], - ], - ], -];