Browse Source

update test

viest 5 years ago
parent
commit
2fed764342
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/xlsx_to_csv.phpt

+ 2 - 1
tests/xlsx_to_csv.phpt

@@ -1,7 +1,8 @@
 --TEST--
 Check for vtiful presence
 --SKIPIF--
-<?php if (!extension_loaded("xlswriter")) print "skip"; ?>
+require __DIR__ . '/include/skipif.inc';
+skip_disable_reader();
 --FILE--
 <?php
 $config   = ['path' => './tests'];