diff --git a/tests/Feature/CrudMakeTest.php b/tests/Feature/CrudMakeTest.php index c8de158..917d14d 100644 --- a/tests/Feature/CrudMakeTest.php +++ b/tests/Feature/CrudMakeTest.php @@ -18,7 +18,7 @@ public function tearDown():void { parent::tearDown(); $path = base_path() . '/package'; - // echo shell_exec("rm -r $path"); + echo shell_exec("rm -r $path"); } public function test_it_can_create_a_json_file_to_write_crud_structure() diff --git a/tests/Feature/InspiringCommandTest.php b/tests/Feature/InspiringCommandTest.php deleted file mode 100755 index 13a8574..0000000 --- a/tests/Feature/InspiringCommandTest.php +++ /dev/null @@ -1,19 +0,0 @@ -artisan('crud:json admin') - ->assertExitCode(0); - } -}