--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $filePath = $excel->fileName('close.xlsx') ->header(['Item', 'Cost']) ->output(); $excel->close(); var_dump($filePath); ?> --CLEAN-- --EXPECT-- string(18) "./tests/close.xlsx"