php-ext-xlswriter/tests/006.phpt

15 lines
322 B
PHP

--TEST--
Check for vtiful presence
--SKIPIF--
<?php if (!extension_loaded("xlswriter")) print "skip"; ?>
--FILE--
<?php
$config = ['path' => './tests'];
$excel = new \Vtiful\Kernel\Excel($config);
$handle = $excel->fileName('tutorial01.xlsx')
->getHandle();
var_dump($handle);
?>
--EXPECT--
resource(4) of type (xlsx)