File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " >=7.4" ,
23
23
"ext-json" : " *" ,
24
- "avadim/fast-excel-writer" : " ^4.3 " ,
25
- "avadim/fast-excel-reader" : " ^2.7 " ,
24
+ "avadim/fast-excel-writer" : " ^4.4 " ,
25
+ "avadim/fast-excel-reader" : " ^2.8 " ,
26
26
"illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0" ,
27
27
"illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0|^10.0"
28
28
},
Original file line number Diff line number Diff line change @@ -401,6 +401,12 @@ public function testExportImport()
401
401
];
402
402
})->importModel (FakeModel::class);
403
403
$ this ->assertEquals ($ data , FakeModel::storageArray ());
404
+ }
405
+
406
+ public function testExportImportHead ()
407
+ {
408
+ $ data = $ this ->getDataArray ();
409
+ $ testFileName = __DIR__ . '/test_io.xlsx ' ;
404
410
405
411
// ** 3 ** export/import with heading
406
412
$ excel = $ this ->startExportTest ($ testFileName );
You can’t perform that action at this time.
0 commit comments