mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
skip test if json not enabled (or build as shared and so not loaded during make test)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
--TEST--
|
||||
Bug #65097 (nApplyCount release missing)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("lua")) print "skip"; ?>
|
||||
<?php
|
||||
if (!extension_loaded("lua")) print "skip lua extension missing";
|
||||
if (!extension_loaded("json")) print "skip json extension missing";
|
||||
?>
|
||||
--INI--
|
||||
error_reporting=E_ALL&~E_STRICT
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user