App\Console\Commands\Test::handle PHP 메소드

handle() 공개 메소드

Execute the console command.
public handle ( ) : mixed
리턴 mixed
    public function handle()
    {
        $this->runPhpunit();
    }