Devise\Support\Console\DeviseTestRoutesCommand::handle PHP Метод

handle() публичный Метод

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