From 7475690c4972d625e4cc1d6e9a098773e91ebaa2 Mon Sep 17 00:00:00 2001 From: sarthaksavvy Date: Tue, 21 Sep 2021 15:07:15 +0530 Subject: [PATCH] removed used test file --- tests/Feature/CrudMakeTest.php | 2 +- tests/Feature/InspiringCommandTest.php | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100755 tests/Feature/InspiringCommandTest.php 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); - } -}