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');