diff --git a/tests/MakeQueryTest.php b/tests/MakeQueryTest.php deleted file mode 100644 index 906b967..0000000 --- a/tests/MakeQueryTest.php +++ /dev/null @@ -1,60 +0,0 @@ -set('database.default', 'testbench'); - $app['config']->set('database.connections.testbench', [ - 'driver' => 'sqlite', - 'database' => ':memory:', - 'prefix' => '', - ]); - } - - protected function setUp(): void - { - parent::setUp(); // TODO: Change the autogenerated stub -// $this->artisan('migrate', ['--database' => 'testbench'])->run(); - } - - /** - * Test when user run 'crud:query' command, add query successfully. - * - * @test - * @return void - */ - public function when_user_run_crud_query_command_add_query_successfully() - { -// $this->artisan('crud:make', ['name' => 'Product']); -// -// $this->artisan($this->command, [ -// 'model' => $this->model, -// 'table_name' => $this->table_name -// ]); - } -} \ No newline at end of file