--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $filePath = $excel->fileName("tutorial01.xlsx") ->mergeCells('A1:C1', 'Merge cells') ->output(); var_dump($filePath); ?> --CLEAN-- --EXPECT-- string(23) "./tests/tutorial01.xlsx"