class MigrateProcessor

internal  
 

Methods

__construct(TestCase $testbench, array $options = [])

No description

up()

Run migration.

rollback()

Rollback migration.

void
dispatch(string $command)

Dispatch artisan command.

Details

at line 19
__construct(TestCase $testbench, array $options = [])

No description

Parameters

TestCase $testbench
array $options

at line 28
MigrateProcessor up()

Run migration.

Return Value

MigrateProcessor

at line 38
MigrateProcessor rollback()

Rollback migration.

Return Value

MigrateProcessor

at line 48
protected void dispatch(string $command)

Dispatch artisan command.

Parameters

string $command

Return Value

void