From 85f8932917ece81a5cd6724b68868e85359cf584 Mon Sep 17 00:00:00 2001 From: Jeffrey Davidson <3826104+JeffreyDavidson@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:11:11 -0400 Subject: [PATCH 1/2] refactor: remove default tests --- tests/Feature/ExampleTest.php | 9 --------- tests/Unit/ExampleTest.php | 5 ----- 2 files changed, 14 deletions(-) delete mode 100644 tests/Feature/ExampleTest.php delete mode 100644 tests/Unit/ExampleTest.php diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php deleted file mode 100644 index 6135cd9..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,9 +0,0 @@ -assertStatus(200); -}); diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php deleted file mode 100644 index 963bc0c..0000000 --- a/tests/Unit/ExampleTest.php +++ /dev/null @@ -1,5 +0,0 @@ -toBeTrue(); -}); From 47d731ac4fda26fbcc1b7f20bd5fdf4962ed4b0a Mon Sep 17 00:00:00 2001 From: Jeffrey Davidson <3826104+JeffreyDavidson@users.noreply.github.com> Date: Tue, 10 Jun 2025 14:15:26 -0400 Subject: [PATCH 2/2] chore: add gitkeep to protect directory --- tests/Feature/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/Feature/.gitkeep diff --git a/tests/Feature/.gitkeep b/tests/Feature/.gitkeep new file mode 100644 index 0000000..e69de29