006.phpt 322 B

1234567891011121314
  1. --TEST--
  2. Check for vtiful presence
  3. --SKIPIF--
  4. <?php if (!extension_loaded("xlswriter")) print "skip"; ?>
  5. --FILE--
  6. <?php
  7. $config = ['path' => './tests'];
  8. $excel = new \Vtiful\Kernel\Excel($config);
  9. $handle = $excel->fileName('tutorial01.xlsx')
  10. ->getHandle();
  11. var_dump($handle);
  12. ?>
  13. --EXPECT--
  14. resource(4) of type (xlsx)