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