Updated functional test to use migrate:refresh instead of migrate
This commit is contained in:
parent
ed701d9a63
commit
43702d2c24
@ -11,8 +11,8 @@ class ApiKaryawansCest
|
||||
|
||||
private function initDatabase()
|
||||
{
|
||||
Artisan::call('migrate');
|
||||
Artisan::call('module:migrate', ['Karyawaf']);
|
||||
Artisan::call('migrate:refresh');
|
||||
Artisan::call('module:migrate-refresh', ['Karyawaf']);
|
||||
Artisan::call('db:seed');
|
||||
Artisan::call('module:seed', ['Karyawaf']);
|
||||
Artisan::call('passport:client', ['--password' => true, '--name' => 'laraland']);
|
||||
|
Loading…
Reference in New Issue
Block a user