Fix testing as a result of changes in 34139bc
This commit is contained in:
@@ -30,17 +30,12 @@ class SiteFactory extends Factory
|
||||
'id' => $this->faker->numberBetween(255,65535),
|
||||
// date_orig
|
||||
'active' => TRUE,
|
||||
'site_id' => $this->faker->numberBetween(255,65535),
|
||||
'country_id' => $co->id,
|
||||
'language_id' => $lo->id,
|
||||
'currency_id' => $cyo->id,
|
||||
// 'url'', // Needs to be passed in
|
||||
// login_expire,
|
||||
// time_format,
|
||||
// date_format,
|
||||
// decimal_place,
|
||||
// module_config,
|
||||
// site_details,
|
||||
// admin_date,
|
||||
// admin_id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user