From 319e429eba8ee892a94d6053d6f60962cfde2e84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:23:59 +0100 Subject: [PATCH] Add test bootstrap php file --- 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'); +} -- 2.41.0