From af30b7119df25a0967eac927f526c079ba1bb961 Mon Sep 17 00:00:00 2001 From: Dennis Elsinga Date: Mon, 9 Sep 2024 15:56:14 +0200 Subject: [PATCH] Add `dd` `dump` `ray` arch test --- tests/Feature/ArchTest.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/Feature/ArchTest.php diff --git a/tests/Feature/ArchTest.php b/tests/Feature/ArchTest.php new file mode 100644 index 0000000..e6ef00f --- /dev/null +++ b/tests/Feature/ArchTest.php @@ -0,0 +1,5 @@ +expect(['dd', 'dump', 'ray']) + ->not->toBeUsed(); \ No newline at end of file