Laracasts\Behat\Context\MigrateRefresh::migrate PHP Method

migrate() public method

Migrate the database before each scenario.
public migrate ( )
    public function migrate()
    {
        Artisan::call('migrate:refresh');
    }
MigrateRefresh