File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ public function handleCsvProperties(): array|MessageBag
50
50
$ fileRowCount = $ this ->csvRecords ->count ();
51
51
52
52
return [$ fileHeaders , $ fileRowCount ];
53
-
54
53
} catch (\League \Csv \SyntaxError $ exception ) {
55
54
Log::warning ($ exception ->getMessage ());
56
55
Original file line number Diff line number Diff line change 226
226
});
227
227
228
228
it ('ensures the imports is batched ' , function () {
229
-
230
229
Storage::fake ('documents ' );
231
230
Bus::fake ();
232
231
262
261
});
263
262
264
263
it ('creates customers records on top of csv file ' , function () {
265
-
266
264
$ file = UploadedFile::fake ()
267
265
->createWithContent (
268
266
'customers.csv ' ,
294
292
});
295
293
296
294
it ('toggles import button ' , function () {
297
-
298
295
$ model = Customer::class;
299
296
300
297
livewire (CsvImporter::class, [
You can’t perform that action at this time.
0 commit comments