From a464ef4c0e3ce235fb1da70dfb282449beeeac80 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 13 Jun 2023 21:59:16 +0100 Subject: Initialize laravel app --- tests/CreatesApplication.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/CreatesApplication.php (limited to 'tests/CreatesApplication.php') diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php new file mode 100644 index 0000000..cc68301 --- /dev/null +++ b/tests/CreatesApplication.php @@ -0,0 +1,21 @@ +make(Kernel::class)->bootstrap(); + + return $app; + } +} -- cgit v1.2.3-54-g00ecf