From eb5c48b58d72d04abb093fceb32db842ec7ab5fb Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sat, 18 Jan 2025 20:17:47 +0000 Subject: Setup testing --- tests/Pest.php | 17 +++++++++++++++++ tests/TestCase.php | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 tests/Pest.php create mode 100644 tests/TestCase.php (limited to 'tests') diff --git a/tests/Pest.php b/tests/Pest.php new file mode 100644 index 0000000..de94cf0 --- /dev/null +++ b/tests/Pest.php @@ -0,0 +1,17 @@ +extend(TestCase::class) + ->in('Feature'); diff --git a/tests/TestCase.php b/tests/TestCase.php new file mode 100644 index 0000000..0965940 --- /dev/null +++ b/tests/TestCase.php @@ -0,0 +1,16 @@ +