Migrations\Shell\Task\SeedTask::bake PHP Method

bake() public method

{@inheritDoc}
public bake ( $name )
    public function bake($name)
    {
        $this->params['no-test'] = true;
        return parent::bake($name);
    }