Devise\Support\Console\DeviseTestRoutesCommand::handle PHP Method

handle() public method

Run the package migrations.
public handle ( )
    public function handle()
    {
        $pages = $this->getPages();
        $this->writeTestsFor($pages);
    }