From 7c2035063dafae4da83999bc25680caac1208f37 Mon Sep 17 00:00:00 2001 From: Stef Rouschop Date: Sat, 18 Nov 2023 16:14:36 +0100 Subject: [PATCH] Delete example tests --- tests/Feature/ExampleTest.php | 5 ----- tests/Unit/ExampleTest.php | 5 ----- 2 files changed, 10 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 61cd84c..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,5 +0,0 @@ -toBeTrue(); -}); diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php deleted file mode 100644 index 61cd84c..0000000 --- a/tests/Unit/ExampleTest.php +++ /dev/null @@ -1,5 +0,0 @@ -toBeTrue(); -});