$this->artisan('migrate');  
  $this->artisan('db:seed');  

}

public function tearDown()
{
$this->artisan('migrate:reset');
} これで上手くいく人は上手くいく。