- add windows version of this test

This commit is contained in:
Pierre Joye 2011-12-06 13:34:45 +00:00
parent 4a91e36366
commit 0c4915d580

View File

@ -1,7 +1,10 @@
--TEST-- --TEST--
Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d
--SKIPIF-- --SKIPIF--
<?php if (!extension_loaded("phar")) die("skip");?> <?php
if (defined('PHP_WINDOWS_VERSION_MAJOR')) die("skip");
if (!extension_loaded("phar")) die("skip");
?>
--INI-- --INI--
phar.readonly=0 phar.readonly=0
--FILE-- --FILE--