snipe-it/database/factories
Daniel Meltzer cf03d25934 Fix importer emailformat (#5871)
* Fix Importer emailformat

Str::slug() strips periods from the string, which caused our existing
logic to misbehave when generating a user's email on an import.  Adjust
logic to use generateEmail() helper on user instead.  Also clean up some
of the logic in this method.

* Remove dead code.

* More refactor/cleanup of the user create method.  I think it is almost readable now.
2018-07-17 16:46:08 -07:00
..
AccessoryFactory.php Fixes #1044 - adds suppliers and image to accessories (#4266) 2017-10-19 16:25:24 -07:00
ActionLogFactory.php Seed with demo images 2017-10-28 05:46:43 -07:00
AssetFactory.php Seed with demo images 2017-10-28 05:46:43 -07:00
AssetModelFactory.php Seed with demo images 2017-10-28 05:46:43 -07:00
CategoryFactory.php Partial fix for license+category tests 2018-05-16 18:35:11 -07:00
ComponentsFactory.php Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
ConsumableFactory.php Disable broken tests (#5073) 2018-02-22 21:46:58 -08:00
CustomFieldsFactory.php Update factory format for custom fields 2018-04-23 21:24:59 -07:00
DepartmentsFactory.php Department seeder/factory 2017-10-07 03:18:36 -07:00
DepreciationFactory.php Depreciations factory 2017-10-07 05:30:53 -07:00
LicenseFactory.php Partial fix for license+category tests 2018-05-16 18:35:11 -07:00
ManufacturerFactory.php Seed with demo images 2017-10-28 05:46:43 -07:00
ModelFactory.php Fix importer emailformat (#5871) 2018-07-17 16:46:08 -07:00
StatusLabelFactory.php Add default_label field missing in status_labels table (Travis CI) (#5180) 2018-03-09 13:05:14 -08:00
UserFactory.php Api tests (#5096) 2018-02-24 19:01:34 -08:00