Skip to content

Commit db89095

Browse files
committed
add skip when json not loaded
1 parent 3b14d7b commit db89095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/standard/tests/serialize/bug72610_3.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
__wakeup should be able to modify dynamic properties without affecting copies of those properties
3+
--SKIPIF--
4+
<?php if (!extension_loaded("json")) print "skip json_encode needed"; ?>
35
--FILE--
46
<?php
57

0 commit comments

Comments
 (0)