Clean up test data.

This commit is contained in:
James Cole
2016-05-14 21:49:16 +02:00
parent f78d56b149
commit e5eabdf7e7
5 changed files with 730 additions and 1095 deletions

View File

@@ -21,10 +21,7 @@ class DatabaseSeeder extends Seeder
$this->call('TransactionCurrencySeeder');
$this->call('TransactionTypeSeeder');
$this->call('PermissionSeeder');
if (App::environment() == 'testing') {
$this->call('TestDataSeeder');
}
$this->call('TestDataSeeder');
}
}