From f8186603683d71f5ada17f401a8c9a0db253ac9c Mon Sep 17 00:00:00 2001 From: Milwad Date: Wed, 17 Apr 2024 10:19:02 +0330 Subject: [PATCH] Update InterfaceMakeCommandTest.php --- tests/Integration/Generators/InterfaceMakeCommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/Generators/InterfaceMakeCommandTest.php b/tests/Integration/Generators/InterfaceMakeCommandTest.php index cfd66870d505..37ea2a4c2151 100644 --- a/tests/Integration/Generators/InterfaceMakeCommandTest.php +++ b/tests/Integration/Generators/InterfaceMakeCommandTest.php @@ -43,7 +43,6 @@ public function testItCanGenerateInterfaceFileWhenContractsFolderExists() $files->deleteDirectory($interfacesFolderPath); } - public function testItCanGenerateInterfaceFileWhenInterfacesFolderExists() { $interfacesFolderPath = app_path('Interfaces');