From 3374ec26914a1f0d036862a715b88d8c1af2366e Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Mon, 13 May 2024 21:06:33 -0400 Subject: [PATCH] Tests --- tests/bootstrap.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/bootstrap.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..469dcce --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,11 @@ +bootEnv(dirname(__DIR__).'/.env'); +}