--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $excel->openFile('tutorial_not_found.xlsx'); } catch (Vtiful\Kernel\Exception $exception) { var_dump($exception->getMessage()); } ?> --CLEAN-- --EXPECT-- string(57) "File not found, file path:./tests/tutorial_not_found.xlsx"