From fb5248aa27344487c3d0bc2d75840b8e93138191 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 16 Jul 2024 17:29:00 -0400 Subject: [PATCH] use sqlite --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 1d4cbc0..cb8fe4d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -9,4 +9,5 @@ \Mantle\Testing\manager() // Load the main file of the plugin. ->loaded( fn () => require_once __DIR__ . '/../plugin.php' ) + ->with_sqlite() ->install();