--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(64) "File not found, please check the path in the config or file name"