|
@@ -4,7 +4,7 @@ Check for vtiful presence
|
|
|
<?php if (!extension_loaded("excel_writer")) print "skip"; ?>
|
|
|
--FILE--
|
|
|
<?php
|
|
|
-$config = ['path' => './tests/'];
|
|
|
+$config = ['path' => './tests'];
|
|
|
$excel = new \Vtiful\Kernel\Excel($config);
|
|
|
$fileFd = $excel->fileName('tutorial01.xlsx');
|
|
|
$setHeader = $fileFd->header(['Item', 'Cost']);
|
|
@@ -15,7 +15,7 @@ object(Vtiful\Kernel\Excel)#1 (3) {
|
|
|
["config":"Vtiful\Kernel\Excel":private]=>
|
|
|
array(1) {
|
|
|
["path"]=>
|
|
|
- string(8) "./tests/"
|
|
|
+ string(7) "./tests"
|
|
|
}
|
|
|
["fileName":"Vtiful\Kernel\Excel":private]=>
|
|
|
string(23) "./tests/tutorial01.xlsx"
|